This PHP Basics Online Test helps you to Boost your Knowledge in PHP. In this test, we will cover the topics in the form of questions like
- Full Form of PHP is Hypertext Preprocessor or Personal Home Page.
- The founder of the PHP is Rasmus Lerdorf.
- symbol indicate the ending of PHP script.
- Any of the PHP Code Editor we can use to write and edit PHP script.
- MYSQL is not compulsory to run PHP code but it is very useful when we write the PHP code to deal with MYSQL Database.
- // and # both we can use to make a single line comment in PHP code.