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. Constructor is also called ______ function
Q. Function which is responsible for sending a custom message to the system log?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. PHP ..... demand that you declare a data type when you create a variable.
Q. Which is the correct PHP statement to print the current date in DD-MON-YYY format?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.