Multiple choice technology programming languages

PHP is a client- side scripting language?

  1. True

  2. False

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, not in the client's browser. Client-side scripting languages like JavaScript run in the browser, while PHP generates HTML that is sent to the client.