Search found 1 match
- Fri Jan 24, 2003 9:33 am
- Forum: PHP - Code
- Topic: php scripts run at command prompt
- Replies: 1
- Views: 264
php scripts run at command prompt
I want to run php at command prompt in linux like #>php script.php But php is not configured like the apache modules which run fine in a browser. What can I do to make php in shell mode work the same as one in the browser. We need it to run applications in cron jobs. If I run #>php info.php where in...