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=value1&name2=value2 ... > > Is this correct? That is correct for GET information, but not for POST. POST is not passed through the QUERY_STRING lik

RE: [PHP] POST Format

2002-05-29 Thread Demitrious S. Kelly
e- From: Jonathan Rosenberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 7:58 PM To: PHP General Subject: [PHP] POST Format This is not entirely a PHP question & I should know the answer, but ... I'm trying to figure out how to correct the proper format for simulating th

[PHP] POST Format

2002-05-29 Thread Jonathan Rosenberg
This is not entirely a PHP question & I should know the answer, but ... 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=value1&name2=value2 ... Is this correct? If so, how are the value's encoded? Is each v