RE: [PHP] POST Format

2002-05-29 Thread Demitrious S. Kelly
No you can do Index.php?name=apokalyptik[EMAIL PROTECTED]subscribe=n o ?php echo 'pre'; echo 'NAME: '.$name.chr(10); echo 'EMAIL:'.$email.chr(10); echo 'SUBSCRIBE:'.$subscribe; echo '/pre'; ? -Original Message- From: Jonathan Rosenberg [mailto:[EMAIL

Re: [PHP] POST Format

2002-05-29 Thread Philip Olson
I'm trying to figure out how to correct the proper format for simulating the data sent in a POST. I believe the basic syntax is ?name1=value1name2=value2 ... Is this correct? That is correct for GET information, but not for POST. POST is not passed through the QUERY_STRING like GET