> Two options. Use fsockopen() instead of fopen(), see the
> stream_set_timeout() documentation for examples. Or use
> ini_set('default_socket_timeout', 1) before you call fopen().
Ooh, this worked:
ini_set('default_socket_timeout', 1);
@fopen("http://dubfiler/upload/tos3/Id/11", "r");
Had to use @ to suppress the warning that I was exceeding the timeout,
but otherwise. Thanks!
Corey
//
Corey H Maass
Gelform Design
Brooklyn, NY
Web design and development for art and business
em [email protected]
ww http://www.gelform.com
ph 646/228.5048
fx 866/502.4861
IM gelform
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
http://www.nyphp.org/show_participation.php