πŸ“Š Advanced Web Technologies
Q. PHP divides the operators in the following groups:
  • (A) Increment/Decrement operators
  • (B) Logical operators
  • (C) String operators
  • (D) all of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the above
πŸ“Š Advanced Web Technologies
Q. PHP supports the following data types:
  • (A) String
  • (B) Integer
  • (C) Float (floating point numbers - also called double)
  • (D) all of the above .
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the above .
πŸ“Š Advanced Web Technologies
Q. PHP is compatible with almost all servers used today (Apache, IIS, etc.)
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. PHP code is executed on the server, and the result is returned to the browser as plain HTML
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. A PHP script starts with <?php and ends with ?>: <?php // PHP code goes here ?>
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. __________ is used to show the out put …or give message..same as printf in c language…
  • (A) Echo
  • (B) java script
  • (C) Angular js
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Echo