1.
In PHP, during error handling include() generates ____
2.
In PHP, which of the following is not an error type?
3.
In PHP, which of the following functions is used to read the hash portion of the URL?
4.
In PHP, what is the difference between the $message and $$message?
5.

In PHP, which of the following modes of the fopen() function is used to open a file only for writing?
6.
How is the execution time of a PHP script increased?
7.
In PHP, which of the following is mandatory for the efficient working of the remote files?
8.
In PHP, the mail() function contains four parameters such as mail($parameter1, $ parameter2, $ parameter3, $ parameter4), which of the following is the $parameter2?
9.
In PHP, if the UPLOAD_ERR-OK holds the value 0 while uploading a file, which of the following statements is correct?
10.
In PHP, which of the following statements is used to load the data from a text file?