I have learned PHP the hard way. I just bumped into PHP by chance and fell in love with it since I realized its true power. I learn a lot of stuff everyday and I will try and document most of them here.
4/21/2011
Difference between a scripting language and a programming language
A programming language needs to be compiled before it can run, like C or C++ but a scripting language like PHP doesn't. PHP is a server side scripting language and it can be run straight from the server's side without any compiling.
No comments:
Post a Comment