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);
?>