N
Q. What will be the output of the following php code?
<?php $n = 10; $n1 = 12; print $n . "+". $n1; ?>
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 of defining a variable in PHP?
Q. What will be the output of the following PHP code ?
Q. what is the output of below program?
Q. Correct syntax to print "Hello" in PHP
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. What is the result of the following PHP code?
Q. Which of the following function in PHP can be used to test the type of any variable?
Q. Which function is used to convert hexadecimal values to the ASCII characters?
Discusssion
Login to discuss.