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
I've seen file_get_contents($url), but that can't send POST-data, unless I'm mistaken (can it?). -- Joel Konkle-Parker Webmaster [Ballsome.com] Phone [662-518-1636] E-mail [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php