Test Status
      PHPTEST5
      (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 but the interface differs in each case.
      (C) 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.
      (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) incr count;
      (B) $count =+1
      (C) $count++;
      (D) incr $count;
      (A) bool func_exist(functioname)
      (B) bool function_exists(functionname)
      (C) bool f_exists(functionname)
      (A) Larry Wall
      (B) Guido Van Rossum
      (C) Rasmus Lerdorf
      (D) James Gosling
      (A) shows the IP address of the webserver
      (B) shows the IP address of the local system
      (C) shows the IP address of the visitor
      (D) None of the above
      (A) display content of the all drives
      (B) display a folder content
      (C) display all folder names
      (D) Parse error
      (A) Partially cross-platform
      (B) Truly cross-platform
      (C) None of above