Hi all,
I've been trying to solve this problem but to no avail.. hope you guys have some good suggestions in solving this problem.
I've a simple line of code --
<INPUT TYPE=TEXT NAME="postcode" VALUE="<?= $postcode ?>" SIZE=10>
when i try to call the page containing this line, the text field would contain this piece of data --
<?= $postcode ?>
my question is... wat should i do in order to make the text field show the correct data as input by the user? when the page first load, the field should be blank by right, but it just display the string as above. What's happening? why is the value of the variable not pass out correctly?
Thanks in advance... and your help is greatly appreciated!!!
Cheers!