J
Q. What will be the output of the following PHP code ?
<?php $str = "s"; if ($str) print "Executed...."; else print "Not Executed..."; ?>
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 will be the output of the following PHP code?
Q. Which of the following function in PHP returns a text in title case from a variable?
Q. What will be the output of the following PHP code?
Q. What is the use of sprintf() function in PHP?
Q. What will be the output of the following PHP code?
Q. Which of the following is/are the code editors in PHP?
Q. If your object need to inherit behavior from different sources you should use _________
Q. Which of the following PHP statements will output Hello interview Mania on the screen?
Discusssion
Login to discuss.