Posts Tagged "programming"

Is PHP a scripting language or a high-level language?

Is PHP a scripting language or a high-level language?

I tend to get a few questions from people on whether PHP is a scripting language or a proper high level language. The term High Level Language refers to the higher level of abstraction from machine language. Rather than dealing with registers, memory addresses and call stacks, high-level languages deal with variables, arrays and complex arithmetic or boolean expressions. In addition, they have...

read more