A
Q. What will be the output of the following PHP code ?
Code:
<?php
$one = 1;
print($one);
print $one;
?>
$one = 1;
print($one);
print $one;
?>
- Correct Answer - Option(B)
- Views: 8
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.