1.

Code to run PHP script from command line?

Answer»

Code to RUN PHP script from COMMAND line?
To run PHP script from command line we just OPEN PHP command line INTERFACE(CLI) and specify the filename of script and run below command:-

php scriptname.php



Discussion

No Comment Found