Test Status
      PHPRANDOMTEST
      (A) Uploaded file size is 0
      (B) Uplaod is not successful, error occurred
      (C) The file uploaded with success
      (D) File upload progress is 0% completed
      (A) Integer
      (B) Float
      (C) String
      (D) Booleans
      (A) PERL and C
      (B) Java script
      (C) VB Script
      (D) Visual Basic
      (A) a fatal error, and the script will stop
      (B) a warning, but the script will continue execution
      (C) None of the above
      (A) PHP interfaces to the MySQL database,and you should transfer any data in Oracle or Sybase to MySQL if you want to use PHP on the data.
      (B) PHP interfaces to a number of relational databases such as MySQL, Oracle and Sybase. A wrapper layer is provided so that code written for one database can easily be transferred to another if you later switch your database engine.
      (C) PHP interfaces to a number of relational databases such as MySQL, Oracle and Sybase but the interface differs in each case.
      (D) There's little code in PHP to help you interface to databases, but there's no reason why you can't write such code if you want to.
      (A) delimited by single quote
      (B) delimited by double quote
      (C) delimited by <<< identifier
      (D) All of above
      (A) $value1= $value?
      (B) $value1= & $value?
      (C) $value1= & $value?
      (D) None
      (A) \d{3}\|\d{8}
      (B) [a-z][a-z][a-z]\|\w{9}
      (C) [az]{3}\|[az]{9}
      (D) .*
      (A) $value1= $value?
      (B) $value1= # $value?
      (C) $value1= & $value?
      (D) None
      (A) play it again
      (B) I
      (C) both (A) and (B)
      (D) 123
      (A) â??some word
      (B) size
      (C) my-function
      (D) This&that