Search Results

0
votes

How can I get an HTML page as a string via PHP?

How about fsockopen to connect, and then use fgets to pull into your var? …