View Single Post
Old 05-14-2008, 02:10 PM   #3 (permalink)
drewbee
The Acquainted
 
drewbee's Avatar
 
Join Date: May 2008
Posts: 175
Thanks: 9
drewbee is on a distinguished road
Default

Also, after reading the manual, exec can return values, you just need to specify it;
PHP Code:
exec('whoami'$array$returnStatus);
echo 
print_r($array); 
Send a message via AIM to drewbee
drewbee is offline  
Reply With Quote