Re: [PHP] accessing RAW response

2005-12-19 Thread tg-php
There's probably a better way to do it, but I'd start parsing your respond and search for "" and start your data collection after you see that. If you're using PHP's XML parser (xml_parser_create() and such), then you don't have to worry about the header. It'll be disregarded since it's not 'co

[PHP] accessing RAW response

2005-12-18 Thread Surya Mishra
Hi, I am posting a request to a server from a PHP and getting a result. When I trap the response, it comes with all the contents. Is there a method to strip off the extra information and just capture the result? For example I get HTTP/1.1 200 OK Date: Mon, 19 Dec 2005 07:25:38 GMT Server: Apache/