PHP is a _______________ scripting language.
-
client side
-
server side
-
client/server side
-
none of above
B
Correct answer
Explanation
PHP is a server-side scripting language that executes on the web server before sending HTML to the client's browser. Unlike JavaScript (client-side), PHP code runs entirely on the server and the browser never sees the PHP source.