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

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -