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?
A variable $word is set to “HELLO WORLD”, which of the following script returns in title case?
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