What is the correct syntax for the "Hello, World!" program in PHP?
echo "Hello, World!";
print "Hello, World!";
echo "Hello, World!"
Both a) and b)
This question is part of this quiz :