Multiple choice

PHP is a _______________ scripting language.

  1. client side

  2. server side

  3. client/server side

  4. none of above

Reveal answer Fill a bubble to check yourself
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.