-RooneY-
10-26-2007, 03:51 PM
Hi friends
I have a form which when submitted also passes the the value of a variable
echo "<input type= 'Submit' name= 'disapprove' value='Disapprove' ";
echo "<input type= 'hidden' name= 'ID' value='$id[$i]' ";
echo "</form>";
After the form is submitted and the page reloads, $_POST['ID'] gives the value of the variable in Firefox but not in IE. In IE, the hidden value is not passed. $_POST['ID'] gives NULL.
Can you please help me solve this ?
Thanks
Rooney
I have a form which when submitted also passes the the value of a variable
echo "<input type= 'Submit' name= 'disapprove' value='Disapprove' ";
echo "<input type= 'hidden' name= 'ID' value='$id[$i]' ";
echo "</form>";
After the form is submitted and the page reloads, $_POST['ID'] gives the value of the variable in Firefox but not in IE. In IE, the hidden value is not passed. $_POST['ID'] gives NULL.
Can you please help me solve this ?
Thanks
Rooney