07-08-2009, 03:45 AM
[eluser]Phil Sturgeon[/eluser]
Um, would using cURL on the URL work for you?
cURL at a basic level is a handy way to grab HTML content from a URL but can do plenty more. You could probably even just use fopen() if your server will allow it.
Um, would using cURL on the URL work for you?
cURL at a basic level is a handy way to grab HTML content from a URL but can do plenty more. You could probably even just use fopen() if your server will allow it.