PHP
PHP
PHP
php
a) 15
b) Error
c) 510
9. What is the difference between == and === in PHP?
a) There is no difference
b) == compares values, === compares both values and types
c) === is faster than ==
a) 52
b) 10
c) Error
11. How can you create a single-line comment in PHP?
a) # This is a comment
b) // This is a comment
c) Both
17. Write a PHP program that checks if a number given by the user is greater than 5 or less than 5.