How can I use PHP as a programming language? -
i heard php can used without web server, , executes c++ or java. how can that? program use?
that's php cli. command line usage.
here's need http://php.net/manual/en/features.commandline.php
if you're on windows run file :
php.exe -f myfile.php
Comments
Post a Comment