Test Status
      PHPRANDOMTEST
      (A) The message
      (B) The header
      (C) The recipient
      (D) The subject
      (A) You can use any of the delimiting style
      (B) You can use any delimiting style but must use a single style consistently for a page
      (C) You can use different delimiting styles in same page
      (D) Variables declared in previous blocks are remembered on later blocks too!
      (A) out a message asking your user to "telnet" in to the server and copy the file for you
      (B) Open the input and output files, and use read() and write() to copy the data block by block until read() returns a zero
      (C) Use the built in copy() function
      (D) Use "exec" to run an operating system command such as cp (Unix, Linux) or copy (Windows)
      (A) session_destroy
      (B) session_decode
      (C) session_id
      (D) session_pw
      (A) The interpreter outputs a type mismatch error
      (B) The string is converted to a number and added to the integer
      (C) The string is discarded and the integer is preserved
      (D) The integer and string are concatenated together in a new string
      (A) reinclude ()
      (B) require ()
      (C) both of above
      (D) None of above
      (A) PHP makes a website dynamic.
      (B) PHP can be used to develop web applications.
      (C) PHP applications can not be compiled.
      (D) PHP can not be embedded into html.
      (A) PERL and C
      (B) Java script
      (C) VB Script
      (D) Visual Basic
      (A) floats
      (B) integer
      (C) doubles
      (D) Real number
      (A) modulus
      (B) percentage
      (C) bitwise
      (D) division