J
Q. What will be the output of the following PHP code ?
<?php $num = 5; if (5) print "First"; if else print "Second"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following is the correct way to add a comment in PHP code?
Q. PHP considers the following values as False
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following php code?
Q. Which function converts a string of ASCII characters to hexadecimal values?
Q. Strstr() function allow us to select a substring by its ______
Q. PHP is a ____________ language?
Q. POSIX stands for _________________?
Q. Which of the following built-in functions is used to add a value to the end of an array?
Discusssion
Login to discuss.