PHP code in my form
Posted: Wed Nov 26, 2008 4:07 pm
Hi Everyone,
I keep getting my PHP code " <?=$_POST[email]?> " showing up inside my field when I run my form in my browser.
What could be causing this??
Thanks in advance
Ralph
I keep getting my PHP code " <?=$_POST[email]?> " showing up inside my field when I run my form in my browser.
What could be causing this??
Code: Select all
<p align="center">E-Mail Address:</td>
<td><p align="center">
<input type="text" name="email" value="<?=$_POST[email]?>">
<font color="#FF0000">* required</font></td>
Ralph