Hi,
Im not all that great with PHP, but this should be a simple one
I want to inster a URL paramater into the default value of a field of a
form
eg.
/test.php?MYVALU E=hello
then i want:
<input name="Name" type="text" id="Name" value=MYVALUE size="40">
I know the above wont work, but how do I get to make MYVALUE = the
default value of that forms field?
Thanks heaps for your help
Kind Regards,
Kane
Im not all that great with PHP, but this should be a simple one
I want to inster a URL paramater into the default value of a field of a
form
eg.
/test.php?MYVALU E=hello
then i want:
<input name="Name" type="text" id="Name" value=MYVALUE size="40">
I know the above wont work, but how do I get to make MYVALUE = the
default value of that forms field?
Thanks heaps for your help
Kind Regards,
Kane
Comment