Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7488619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T15:00:01+00:00 2026-05-29T15:00:01+00:00

I have a php site. I have a flat file for reading selections to

  • 0

I have a php site. I have a flat file for reading selections to dynamially build up a menu. Only problem I now have is that the link to load the next page does not work.

echo "<tr><td>$chunk[2]</td><td>$chunk[3]</td><td><a href= \"$chunk[4]\"><input type=\"submit\" class=\"input\" value=\"View Details\"/></a></td></tr>";

The line above does not display too well in here, so i have cut it down into 5 lines below. In my code though it is all on one line. [just pointing this out]

echo "<tr><td>$chunk[2]</td>";  
echo "<td>$chunk[3]</td><td>";
echo "<a href= \"$chunk[4]\">";
echo "<input type=\"submit\" class=\"input\" value=\"View Details\"/>";
echo "</a></td></tr>";

My text file is:

dogs|animals|shelter|owner|dog1.php

I have since removed the following line, whihc resolved the issue

 <input type=\"submit\" class=\"input\" value=\"View Details\"/>

I have other buttons on the site which for consistency, I would like to keep the same.
Any idea why IE does not like this, or is there a way to fix this?

my CSS:

.input:hover { background: #D8A96E; }
.input:active { color:#D8A96E; }
.input {
    border: 1px #48561D;
    border-style:inset;
    background: #778E30;
    width: 100px;
    color: #FFFFFF } 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T15:00:03+00:00Added an answer on May 29, 2026 at 3:00 pm

    Do you imply that this works in other browsers? I would be surprised.

    For a quick fix, change the <a> tag into a <form> tag, like this:

    ...
    echo "<form action=\"$chunk[4]\">";
    echo "<input type=\"submit\" class=\"input\" value=\"View Details\"/>";
    echo "</form></td></tr>";
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHP site that uses a fairly common authentication scheme. The entire
I have a PHP-driven site that includes an XML stock feed, which is remotely
In my live site I have php include() and require() that have full path
I have a php file at my site, and I connect to db, get
I have some code on my PHP powered site that creates a random hash
I have a PHP script that retrieves list of urls from a site and
I have a PHP site with a mySQL database that I'm working on. I'm
I have a PHP site setup on my server that also has mod_wsgi +
So I have a MySQL database that I'm using with a PHP site. Over
I have be asked to build a site that is to be built in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.