You have the page in $result, so you need $result=explode("\n",$result),
and echo $result[0] - [99]
Patrick Hsieh wrote:
Hello list,
I am writing a php script to fetch a html page and verify its content which
generated by a remote cgi program. The special cgi program generates endless
content
Hello list,
I am writing a php script to fetch a html page and verify its content which
generated by a remote cgi program. The special cgi program generates endless
content to the http client. Therefore, I need to figure out a solution for
curl to fetch part of the html source code(In fact, I o
2 matches
Mail list logo