I have get weather from remote web using simplexml_load_file()
function.
It's works fine in normal condition.But when Internet is not available then my script wait for long time for response.
I have execute php page from embedded board not from browser.
So I want to put time out for that.
Is it possible to put connection time out in simplexml_load_file()
?
If any other alternative then please tell me.