A
Q. What will be the output of the following PHP code?
Code:
<?php
$a = 5;
$b = 10;
print ("$a, $b+10");
?>
$a = 5;
$b = 10;
print ("$a, $b+10");
?>
- Correct Answer - Option(A)
- Views: 8
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.