-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
* and then Wee Chua blurted....
> Hi all,
> How can I get the whole string after submitting with Form? I don't see any
> variables and valuables in the address bar of the browser unless I manually
> create the link with ? and & in form action column. Please help and explain.
You need to brush up on your html.
// page 1
<form method="post" action="page2.php">
<input type="text" name="var">
</form>
//page 2
<?
print($var)
?>
Probably buggered it up now I've told you to brush up :=)
- --
Nick Wilson
Tel: +45 3325 0688
Fax: +45 3325 0677
Web: www.explodingnet.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
iD8DBQE8TyiMHpvrrTa6L5oRAhYZAJ9+9OVghrq58riiG3hRuKORjX/RxgCgh+Y0
FLi7TucTIViBG+/a/xcadqQ=
=TO5E
-----END PGP SIGNATURE-----
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]