Is there anyway to timeout fopen? Or is there something else I can do that will give me the same desired effect?
Any help will be appreciated.
try using fsockopen(), and socket_set_timeout() and/or socket_set_blocking().
-Ben