I have a form that takes a number of hidden values and a number of
textfields and a submit button.

Once the user clicks on the submit button a new internet browser should open
and all the posted date should be caught by PHP. I have managed to get it to
work fine with the GET method, however I beleive that this is restrictive to
approx 100 characters which doesn't really give me much room to play with. I
have switched the methods to use POST but this doesn't see to work at all,
it'll open a new page but none of my values are displayed.

Thanks for any help.

"Tony Burgess" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi everyone,
>
> I have a form which gets sent as an email, the user then fills in details
> using textboxes etc.
> After filling in all the required fields the user hits the submit button,
> this should open a new window and pass all necessary information to this
> page. I have tried using both POST and GET methods for this and the GET
> method works to an extent but doesn't allow me to have any hidden values.
If
> anyone has an alternative method then please let me know.
>
> Thanks
> Tony Burgess
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to