> lynx --source > http://weather.noaa.gov/weather/current/KTOL.html | grep -v > '41-35-19N' |grep TOL | head -n 1 > > I need to get the output of the above command for a web site > I'm working on. I've tried exec(), system() and neither seems > to work. > > It's output should be something like this(it changes hourly): > <TD><FONT FACE="Arial,Helvetica"> KTOL 031452Z 28013KT > 10SM CLR 10/01 A2977 RMK AO2 SLP086 T01000006 58015
It works fine on the command line, but won't show any info on the site. ---------------------------------------------------------------- | 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