hi i m new learner of php its my beginner level so help me please
i got a quiz in my university there was question ..... why php is scripting language and what is difference between scripting lanaguge and programming language....why not php is programming language ........ i searching in website for this but could not get good answer well so please kindly let me tell me good answer for this
regards
scripting language v/s programming language
"scripting language" is a sub-set of "programming language" -- they are not separate things. What most people really are referring to is the difference between a "scripting" programming language and a "compiled" one. In fact, when referring to the "language" aspect, there generally is no difference: they are all programming languages with specific syntax, keywords, built-in functions, etc.
The main difference is how they are run. With a scripting language a separate executable program is invoked each time to run a "script", which is a source code text file, and that program parses, compiles, and executes that "script" each time it is invoked. With a compiled language, the developer compiles the source code into a platform-specific executable file (typically a binary machine language) which is then executable by itself.
I hate going to parties and being looked down upon by other programmers because php is a scripting language.
dagon;10936664 wrote:I hate going to parties and being looked down upon by other programmers because php is a scripting language.
Just tell them they are mis-informed: PHP is a "run-time compiled programming language."
PS: Or to make it more popular with the white-collar business types, tell them it's a "just-in-time compiled programming language." :p
nah, i tell their girl friends im a stock broker and sleep with them, now that's! payback :evilgrin: