I am new to PHP and i am having problem in my coding. This is the coding for the text field:
<input type="text" name="name" id="textfield" value="<?echo $_SESSION['txtnewname'];?>"/> .
When i browse in IE, this code <?echo $_SESSION['txtnewname'];?> is shown inside the text field.why this will happen?Actually what i want to do is letting the user to fill in the detail in the text field and send the detail to the database.
Software/Hardware used:
ASKED:
March 17, 2009 4:40 PM
UPDATED:
March 17, 2009 5:16 PM