Test Status
      PHPRANDOMTEST
      (A) PERL and C
      (B) Java script
      (C) VB Script
      (D) Visual Basic
      (A) Larry Wall
      (B) Guido Van Rossum
      (C) Rasmus Lerdorf
      (D) James Gosling
      (A) Yes - regular expressions use Perl-like conventions
      (B) Yes - PHP supports two different types of regular expressions: POSIX-extended and Perl-Compatible Regular Expressions (PCRE).
      (C) Yes - regular expressions use the POSIX standard
      (D) No - PHP uses "glob" style matching only
      (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) incr count;
      (B) $count++;
      (C) $count =+1
      (D) incr $count;
      (A) multiplication
      (B) concatenation
      (C) separate object and its member
      (D) delimeter
      (A) require()
      (B) include()
      (C) both of above
      (D) None of above