compile php code

For all, PHP is not a compiler based language. It is an interpreted language and the interpretor is in the core of the PHP. PHP stands for - Hypertext PreProcessor. And that makes this language as Interpretor based and not a compiler based.
 
PHP code doesn't need to be compiled. However, if you want to run PHP on your home server to edit PHP code on your computer, and test it, than you need to install PHP. I recommend installing Wamp for a easy install.
 
Back
Top