
aiikahn
Novice
Nov 6, 2007, 7:25 PM
Post #3 of 4
(265 views)
|
|
Re: [eWish] Update data using form method
[In reply to]
|
Can't Post
|
|
Thank you for your prompt response, eWish! But I tried that method but the when the form displays, its blank. Is there anything I'm doing wrong? Below is part of the script: print qq(<form method="get" action="updateme.pl">); print qq(<table width="59%" border="1" align="center">); print qq(<tr><td width="31%">Last Name</td>); print qq(<td width="69%"><input name="last" type="text" value="Last"></td></tr></form>);
|