Junior PHP Developer Question:
Explain how to run the interactive PHP shell from the command line interface?

Answer:
Just use the PHP CLI program with the option -a as follows:
php -a
php -a
Previous Question | Next Question |
Object-Oriented Methodology in PHP? | Explain me how failures in execution are handled with include() and require() functions? |