I'm quiet confused as to how PHP works. Just starting out and want to learn it but all I have done prior to now is C++ and Javascript. I'm not sure where to start.
I have tutorials on PHP, no problem there.
I'm not sure whether it is compiled, interpreted by a web browser or uploaded to a server and compiled there? Can you download PHP and install it in an IDE to make it work? (told you I am confused).
Then there's this concept called Apache. I believe it's a server where I upload my PHP file to and it interprets it and spits out the web page I created with PHP. Is that right? Does it work like Javascript?
Would someone be able to explain this to me..
Thank you very much.