PHP is a server-side ______ language.
- Markup
- Scripting
- Object-oriented
- Procedural
PHP is primarily a server-side scripting language. It is also capable of object-oriented and procedural programming, but it is most often used for scripting on the server side. Learn more: https://www.php.net/manual/en/intro-whatcando.php
Loading...
Related Quiz
- How do you use the $_REQUEST superglobal in PHP?
- PHP is a client-side scripting language.
- The do...while loop in PHP tests the condition before executing the block of code.
- How are failures in execution handled with include() and require() functions?
- What are some commonly used network functions available in PHP?