web technology Online Quiz - 37
Description: web technology Online Quiz - 37 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
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
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
Study following steps and determine the correct order (1) Open a connection to MySql server (2) Execute the SQL query (3) Fetch the data from query (4) Select database (5) Close Connection
Which of the following is not a session function?
When uploading a file if the UPLOAD_ERR-OK contains value 0 it means
Which of the following delimiter syntax is PHP's default delimiter syntax