When I first started in web programming (I left it for more than a few
years) I programmed my web pages in C and a little perl. Now that I
have a need to come back to web programming I find that php is all the
rage.
But looking a php syntax I can't help but notice it is very C like,
which is no surprise.
But I wonder, other than the lack of pointers in php (not a bad thing
I admit!) and the ease in which php does variables, litte to no
typing, why does it seem that no one is programming the web in C?
C it would seem had the advantage of an established language, a very
native language for the servers and it compiles down to executable.
Why did php gain a foothold and take off?
years) I programmed my web pages in C and a little perl. Now that I
have a need to come back to web programming I find that php is all the
rage.
But looking a php syntax I can't help but notice it is very C like,
which is no surprise.
But I wonder, other than the lack of pointers in php (not a bad thing
I admit!) and the ease in which php does variables, litte to no
typing, why does it seem that no one is programming the web in C?
C it would seem had the advantage of an established language, a very
native language for the servers and it compiles down to executable.
Why did php gain a foothold and take off?
Comment