Hi, In my php code, how can I fetch the input from another website and parse its output without sending it to the client?
What I want to do is this: My php program uses sends send some information to a .cgi file possibly on a different site. That file uses GET to fetch the information and prints it out as it would if accessed through a browser. But instead I want my php program to intercept this and parse what the .cgi file sent out. How can I do this? Greetings, Børge -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php