Graham Anderson wrote:
I am using GET to send variables from one php script to another php script
How would I POST the same variables ?

http://php.net/curl

You can use the CURL functions to send a POST request.

--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

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

Reply via email to