Re: [PHP] function to post data

2002-02-07 Thread Erik Price
On Wednesday, February 6, 2002, at 11:06 PM, Lars Torben Wilson wrote: On Wed, 2002-02-06 at 19:32, obo wrote: is there a command in php to post form data to a script? example: i have a form. once the submit is hit i use php to check the values. if the values are ok i then call a

Re: [PHP] function to post data

2002-02-07 Thread Jason Wong
On Thursday 07 February 2002 22:45, Erik Price wrote: I don't mean to butt in here, I'm just a bit confused. I thought that the poster (obo) was asking how to submit form variables using POST. For the purpose of doing more work with these variables, from a (PHP) script. Is obo asking

[PHP] function to post data

2002-02-06 Thread obo
is there a command in php to post form data to a script? example: i have a form. once the submit is hit i use php to check the values. if the values are ok i then call a function to post the data. thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] function to post data

2002-02-06 Thread val petruchek
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 6:06 AM Subject: Re: [PHP] function to post data On Wed, 2002-02-06 at 19:32, obo wrote: is there a command in php to post form data to a script? example: i have a form. once the submit is hit i use php to check