hello, how can i run a php program in command shell?
in linux.
I hope you can help me!
THX in advance
compile php as a standalone program (leave off the web server specific tags)
then run like so:
php yourscript.php
thanks for your reply. but ,how to compile it? Can you show me an example?