CodingForums.com
>
:: Server side development
>
Other server side languages/ issues
> how can i find the path to PHP exc for a cron
PDA
View Full Version :
how can i find the path to PHP exc for a cron
TheStig
09-17-2005, 07:29 PM
Job on a zend opt server??
firepages
09-18-2005, 04:32 AM
<?php
exec( 'which php' , $yaks ) ;
print_r($yaks);
?>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.