Re: [PHP] help on PHP from

2002-01-23 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Rudi Ahlers blurted > User Method=GET, and not METHOD=POST I think maybe I missunderstood her mail! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version:

Re: [PHP] help on PHP from

2002-01-23 Thread Rudi Ahlers
User Method=GET, and not METHOD=POST Regards Rudi Ahlers UNIX Operator and Support RTT Fuel Group - Original Message - From: Wee Chua <[EMAIL PROTECTED]> To: PHP (E-mail) <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 11:01 PM Subject: [PHP] help on PHP from Hi all, How can I ge

Re: [PHP] help on PHP from

2002-01-23 Thread Richard Baskett
You'll see all the variables if you post the form using GET instead of POST, but using POST it automatically sends those variables to the target page and you can access them directly using their same names. For example on your form you have a variable called $Name and it posts to form2.php you c

Re: [PHP] help on PHP from

2002-01-23 Thread Nick Wilson
-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.