PHP MCQ - English
A PHP script should start with ___ and end with ___:
Home | Discussion ForumA PHP script should start with ___ and end with ___:
< php >
< ? php ? >
< ? ? >
< ?php ? >
Answer : D
Free Online Test
View More Related Question
1) What will be the output of the following PHP code?$num = 10;
echo 'What is her age? n She is $num years old';
What is her age? n She is $num years old
What is her age? She is $num years old
What is her age? She is 10 years old
What is her age?n She is 10 years old
View Answer
2) We can use _________ to comment a single line?
3) Which of the conditional statements is/are supported by PHP?
4) Which of the following php statement/statements will store 111 in variable num?
5) Which of the below statements is equivalent to $add += $add ?