<snip>
Is it possible to make a complete HTTP transaction from within PHP?
Like:

- PHP sends request headers (with POST data) to $url
- $url sends response back to calling script
- PHP works with the response
</snip>

http://www.php.net/http
http://nf.wh3rd.net/projects/http.inc/


I have not tested the function but it will help get you on the way.


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

Reply via email to