PDA

View Full Version : PHP script



aman1
18 Jan 2012, 01:01 AM
How can I execute a PHP script using command line?

artbarn
18 Jan 2012, 08:02 AM
PHP script using command line can be executed using SAPI (Server Application programming Interface). Using SAPI Command Line Interface the PHP code can be passed to execute directly.