Q. Which of the following is the correct way to print "Hello World" in PHP?
β
Correct Answer: (C)
echo "Hello World";
You must be Logged in to update hint/solution