PHP Quiz Questions and Answers
PHP stand for is the acronyem for which of the following?
PHP: Hypertext Preprocessor
Private Home Page
Proprietaty Home Page
Personal Hypertext Processor - Answer-PHP: Hypertext Preprocessor
PHP server scripts are surrounded by delimiters, which? - Answer-<?php...?>
How do you write "Hello World" in PHP?
"Hello World";
printf "Hello World";
Document.Write("Hello World");
echo "Hello World"; - Answer-echo "Hello World";
All variables in PHP start with which symbol?
, !
&
$
# - Answer-$
What is the correct way to end a PHP statement?
:
;
,
</php> - Answer-;
The PHP syntax is most similar to:
VBScript
Perl and C
JavaScript
HTML - Answer-Perl and C
How do you get information from a form that is submitted using the "get" method?
Request.Form;
GET_INFO
$_GET[];
PHP stand for is the acronyem for which of the following?
PHP: Hypertext Preprocessor
Private Home Page
Proprietaty Home Page
Personal Hypertext Processor - Answer-PHP: Hypertext Preprocessor
PHP server scripts are surrounded by delimiters, which? - Answer-<?php...?>
How do you write "Hello World" in PHP?
"Hello World";
printf "Hello World";
Document.Write("Hello World");
echo "Hello World"; - Answer-echo "Hello World";
All variables in PHP start with which symbol?
, !
&
$
# - Answer-$
What is the correct way to end a PHP statement?
:
;
,
</php> - Answer-;
The PHP syntax is most similar to:
VBScript
Perl and C
JavaScript
HTML - Answer-Perl and C
How do you get information from a form that is submitted using the "get" method?
Request.Form;
GET_INFO
$_GET[];