R
Q. What will be the output of the following PHP code?
<?php $a = 5; $b = 10; print ("$a, $b+10"); ?>
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 is the default file extension of PHP files?
Q. Which version of php introduced try/catch exception?
Q. What will be the output of the following PHP code?
Q. To compress a string which PHP function is used?
Q. What will be the output of the following PHP code ?
Q. Single line comments can be placed in PHP script by using which symbol?
Q. How many approaches you can use to create a string in PHP?
Q. Which PHP function is used to print (output) a formatted string?
Discusssion
Login to discuss.