Possible Duplicate:
Is PHP compiled or interpreted?
I am little confused with the words used with PHP. I know PHP is a scripting language. Some times I read it is interpreted or some time it is compiled!
How?, Is it something to do with when it is installed as Apache module it is compiled and if it is installed as CGI then it will be interpreted... But I know someone use to tell me that PHP is interpreted language too...
I may sound stupid but Currently, I am quite confused .I am quite aware of difference between compiler and interpreter.