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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -