Jump to content

[SOLVED] IE problem with a form


kryppienation

Recommended Posts

I am having trouble for some reason in internet explorer with having form buttons show up. I am wondering if anyone could tell me why this form button shows up in mozilla but not in Internet explorer. Thanks everyone.

 

Here is the code.

 

  echo '<form action="itemsshop.php" method="post">';
  echo '<input type="hidden" name="userid" value="'.$id.'"';
  echo '<input type="hidden" name="medname" value="'.$gottenmedname.'"';
  echo '<input type="hidden" name="medcost" value="'.$gottenmedcost.'"';
  echo '<input type="hidden" name="dbvalue" value="2"';
  

  
  echo '<input type="submit" name="confirmbuy" value="Buy It">';


  echo '</form>';

  
  echo '<p><a href="itemsshop.php">Back</a>';

 

 

The first image is a screen shot from IE and the second on is from Mozilla.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/168870-solved-ie-problem-with-a-form/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.