Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?function test($int){if ($int == 1)echo "This Works";if ($int == 2)echo "This Too Seems To Work";}test(1);TEST(2);
Options:
A .  This Works
B .  This Too Seems To Work
C .  ERROR
D .  This WorksThis Too Seems To Work
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *