Choose a topic to test your knowledge and improve your PHP skills
PHP Stands for
PHP is _______ scripting language.
PHP scripts are executed on _________
PHP Scripts starts with ________
Which of the following statements prints in PHP?
In PHP, each statement must be end with ______
In PHP Language variables name starts with _____
In PHP Language variables are case sensitive
In PHP a variable needs to be declare before assign
Which of the following is not the scope of Variable in PHP?
What is the use of strlen( ) function in PHP?
Which of the following is the Concatenation Operator in PHP?
Which of the following is not PHP Loops?
What is the use of strpos( ) function in PHP?
Where setcookie( ) function must appear in PHP?
What does the hash (#) sign mean in PHP?
How to define a variable in PHP?
The uses of strcmp( ) function in PHP?
What will be the result of combining a string with another data type in PHP?
Data for a cookie stored in _________ in PHP?
PHP is a ______ typed language.
What does fopen() function do in PHP?
Where session_start() function must appear in PHP?
What does the PHP Interpreter do?
Which of the following is used to add comments in PHP?
What does sprintf() function do in PHP?
Which function displays the information about PHP?
What does isset() function do in PHP?
How PHP files can be accessed?
A script is a
When compared to the compiled program, scripts run
PHP is a widely used ... scripting language that is especially suited for web development and can be embedded into html
Which of the following is not true?
Which of the following variables is not a predefined variable?
You can define a constant by using the define() function. Once a constant is defined
Which of the following function returns the number of characters in a string variable?
When you need to obtain the ASCII value of a character which of the following function you apply in PHP?
A variable $word is set to HELLO WORLD, which of the following script returns in title case?
The difference between include() and require()
When a file is included the code it contains, behave for variable scope of the line on which the include occurs
Which of the following method sends input to a script via a URL?
Which of the following method is suitable when you need to send larger form submissions?
Which of the following mode of fopen() function opens a file only for writing. If a file with that name does not exist, attempts to create anew file. If the file exist, place the file pointer at the end of the file after all other data.
The function setcookie( ) is used to
To work with remote files in PHP you need to enable
fopen($file_doc,r+&rdquo opens a file for
In mail($param2, $param2, $param3, $param4), the $param2 contains:
mysql_connect( ) does not take following parameter
Which of the following is not a session function?
When uploading a file if the UPLOAD_ERR-OK contains value 0 it means