PHP is a client-side scripting language.
- TRUE
- FALSE
PHP is primarily a server-side scripting language. The PHP code is processed on the server, and the result is sent as HTML to the client's browser. Learn more: https://www.php.net/manual/en/intro-whatcando.php
Loading...
Related Quiz
- What can be the potential issues with using break and continue in PHP?
- You are writing a PHP script and you need to send an email. How would you do this using mail functions?
- You need to validate and sanitize data in your PHP script. How would you do this?
- In PHP, the ______ statement can output one or more strings.
- What is needed to be able to use image functions?