Chris Shiflett wrote:
Yes, when you use the GET method, the query string of the URL that your
browser requests contains the form data. I think you want to have
something like this in your form:
Thanks John/Chris for the explanations...
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
--- Gerard Samuel <[EMAIL PROTECTED]> wrote:
> Say I have a form like ->
>
> ...
>
>
>
> If this form is submitted, the $_GET['id'] variable *is not* available.
> If the method is changed to "post", the $_GET['id'] variable *is*
> available.
>
> Is this how forms are supposed to work???
Y
Gerard Samuel wrote:
Say I have a form like ->
...
If this form is submitted, the $_GET['id'] variable *is not* available.
If the method is changed to "post", the $_GET['id'] variable *is*
available.
Is this how forms are supposed to work???
Yes.
--
---John Holmes...
Amazon Wishlist: www.ama
Say I have a form like ->
...
If this form is submitted, the $_GET['id'] variable *is not* available.
If the method is changed to "post", the $_GET['id'] variable *is* available.
Is this how forms are supposed to work???
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
4 matches
Mail list logo