PHP Basics
This test evaluates your foundational understanding of PHP, including syntax, variables, functions, and control structures. It is perfect for beginners looking to test their initial PHP skills. To strengthen your basics before or after taking the test, explore the PHP Manual Basics or check this free course on Learn PHP – FreeCodeCamp.
1
What does PHP stand for?
2
Which symbol is used to declare a variable in PHP?
3
How do you write a comment in PHP?
4
Which of the following is used to include a file in PHP?
5
Which operator is used for concatenation in PHP?
6
Which function is used to count the number of elements in an array?
7
What is the correct way to end a PHP statement?
8
Which superglobal variable is used to collect form data sent with GET?
9
What will 'echo' output?
10
What does the 'isset()' function do?