PDA

View Full Version : PHP Command Line


angies
June 5th, 2005, 06:44 PM
do you provide php on the command line as well as in web pages? I have a script that does maintence each night and needs PHP on the command line.

thanks,
Angie

imported_rob
June 5th, 2005, 06:49 PM
Angies,

All servers have PHP compiled for the command line as well, with all of the features that the main version have.

You can put this at the top of your scripts to run it like a Perl/shell script:

#!/usr/bin/php

Hope this helps,

Robert