$output = array(); exec ( "locate whatever" $output );
And loop thru the $output array.
It's all in the manual....
http://us4.php.net/manual/en/function.exec.php
Oops, I forgot the comma...
exec ( "locate whatever", $output );
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php