Posted by Summercool on 10/13/07 12:57
On Oct 13, 5:29 am, Michael Fesser <neti...@gmx.de> wrote:
> Actually this is a pretty simple task, in fact the PHP code for a single
> input field could be reduced to a single line if necessary. So I'm quite
> curious how it's done in your books.
<form action="self.php" method="get">
<input name="val" type="text" value="<?= $_GET["val"] ?>">
<input type="submit" value="Post it">
</form>
</div>
usually they do something like this...
GET and POST are just the same...
none of them work for foo "bar" foo
and foo 'bar' foo
Navigation:
[Reply to this message]
|