?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
<?php
if (-100)
print "hi" ;
else
print "how are u";
?>
<?php
if (-100)
print "hi" ;
else
print "how are u";
?>
Join the Discussion
Login to post a comment or share your explanation.
Login