Sail E0 Webinar

MCQs

Total Questions : 103 | Page 11 of 11 pages
Question 101. PHP allows you to send emails directly from a script
  1.    TRUE
  2.    FALSE
 Discuss Question
Answer: Option A. -> TRUE
Question 102. What is the correct way to create a function in PHP?
  1.    new_function myFunction()
  2.    function myFunction()
  3.    create myFunction()
  4.    $myFunction()
 Discuss Question
Answer: Option B. -> function myFunction()
Question 103. What is the correct way to end a PHP statement?
  1.    ;
  2.    .
  3.    New line
 Discuss Question
Answer: Option A. -> ;

Latest Videos

Latest Test Papers