J
Q. What will be the output of the following PHP code ?
<?php if (0.0) print "First" ; 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. What is the complete syntax of chunk_split() function in PHP?
Q. Which PHP global variable is used to collect data after submitting an HTML form?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the correct way of defining a variable in PHP?
Q. What is the value of $a and $b after the function call?
Q. Which of the following function is not listed in PHP6?
Discusssion
Login to discuss.