Hello all
Does anyone know if its possible to post data using the http POST method to another form using php?
I know its possible to use:
header( "Location: somelocation.php?" .SID&somevar=$somevar );
But this uses the GET method
any help or pointing me to any relevant documentation would be greatly appreciated.
Cheers
Bob
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php