> Functions like system, exec etc aren't supported by most ISP
> ( at least over here in germany ). But you might give 
> 
> file_get_contents();
> file();
> ...
> 
> a look as they can read the output of HTTP request which might
> be easier:
> 
> $var = file
> ( 'http://weather.noaa.gov/weather/current/KTOL.html' );
> foreach ( $var AS $line ) {
>     if ( preg_match( "41-35-19N" , $var ) )
>        ... etc pp
> }

I am the ISP, but I'll try that and see if it helps...  (o;

----------------------------------------------------------------
| Brian Ollom                  |                               |
| NiteHawke.Com                |  http://www.nitehawke.com/    |
| An Authorized Firefly Dealer |  email  [EMAIL PROTECTED]  |
----------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to