Originally Posted by
FragFrog
Bullshit. Coding and programming are the same thing, and C is COMPLETELY different from C# - C is the language UNIX is written in back in the 80's, C# is the language currently used by Microsoft as part of their .net framework.
As for PHP not being a programming language: it is object oriented (as of PHP4), has strong-typed datavalues if you want to use them and has just about anything else C has (including structs, ENUM types, classes, etc). If PHP isn't a programming language, neither is C or C++.
Yes, you COULD also use PHP as a simple scripting language, only echo'ing stuff here and there, but you can do the same with C++. The fact that more noobs use PHP to do it doesn't mean its not a programming language.