What will be the output of the following PHP code ?
<?
php$x;
if ($x == 0)
print “hi” ;
else
print “how are u”;
print “hello”
?>
a) how are uhello
b) hihello
c) hi
d) no output
Answers
Answered by
0
Answer:
What will be the output of the following PHP code no output
Answered by
0
Answer:
Do this coding on notepad and save the coding on desktop as example procedure.html it will be saved and open the folder whatever name you have saved open it it will show you the output
Similar questions