Re[2]: [PHP] Re: Are $_POST and $_GET interchangable? MORE

2004-03-10 Thread Richard Davey
Hello daniel, Thursday, March 11, 2004, 2:40:08 AM, you wrote: deo> something a little off topic, aparantly the manual says that $_POST is read deo> only ? Where does it say this? The $_POST array is like any other array, although populated at the start, you can still manipulate it, remove from

Re: [PHP] Re: Are $_POST and $_GET interchangable? MORE

2004-03-10 Thread daniel
something a little off topic, aparantly the manual says that $_POST is read only ? I've managed in 4.3.1 to add tot he $_POST array after posting ?? hehe > > "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] [snip] > stuff > [/snip] > >>From http://www.w3.org/T

Re: [PHP] Re: Are $_POST and $_GET interchangable? MORE

2004-03-10 Thread Five
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] stuff [/snip] >From http://www.w3.org/TR/html4/interact/forms.html#h-17.13.1 17.13.1 Form submission method The method attribute of the FORM element specifies the HTTP method used to send the form to the p

RE: [PHP] Re: Are $_POST and $_GET interchangable? MORE

2004-03-10 Thread Jay Blanchard
[snip] stuff [/snip] >From http://www.w3.org/TR/html4/interact/forms.html#h-17.13.1 17.13.1 Form submission method The method attribute of the FORM element specifies the HTTP method used to send the form to the processing agent. This attribute may take two values: get: With the HTTP "get