Quiz using PHP, jQuery, Ajax and MySQL
00:00:00
1.What does PHP stand for?
Personal Home Page
Personal Hypertext Processor
Private Home Page
PHP: Hypertext Preprocessor
2.How do you write "Hello World" in PHP
Document.Write("Hello World");
echo "Hello World";
"Hello World";
"Hello World";
3.The PHP syntax is most similar to:
VBScript
JavaScript
Perl and C
Perl and C
4.How do you get information from a form that is submitted using the "get" method?
Request.Form;
$_GET[];
Request.QueryString;
Request.QueryString;
Right Answer:
Wrong Answer:
Unanswered Questions:
Retake Quiz