I am using fopen to retrieve another web page. It works, most of the time.
Sometimes the web page I am trying to retrieve gets very large, so it takes a while for the site I am reaching out to, to generate the page, and then return it.
It would seem that fopen sometimes 'times out' when trying to retrieve the page. Seems to be around 12 seconds.
fread returns nothing. the fopen doesn't fail, it just doesn't return anything.
anything I can do to set the timeout on my fopen higher? or perhaps an easier way to retrieve another web page, where that web page may take siome time to render?
thanks
j