Which of the following must be installed on your computer so as to run PHP script? July 3, 2022July 3, 2022 administrator Which of the following must be installed on your computer so as to run PHP script?ApacheWell Done. Your Answer is Correct Keep it Up!Adobe DreamweaverSublimeNone of the Option is Correct
PHP can be run on Microsoft Windows IIS(Internet Information Server) July 3, 2022July 3, 2022 administrator PHP can be run on Microsoft Windows IIS(Internet Information Server)TRUEWell Done. Your Answer is Correct Keep it Up!FALSENothingNone of the Option is Correct
The die() and exit() functions do the exact same thing. July 3, 2022July 3, 2022 administrator The die() and exit() functions do the exact same thing.TRUEWell Done. Your Answer is Correct Keep it Up!FALSENothingNone of the Option is Correct
How do you create a cookie in PHP? July 3, 2022July 3, 2022 administrator How do you create a cookie in PHP?setcookie()Well Done. Your Answer is Correct Keep it Up!makecookie()createcookieNone of the Option is Correct
Which version of PHP introduced Try/catch Exception? July 3, 2022July 3, 2022 administrator Which version of PHP introduced Try/catch Exception?PHP 5Well Done. Your Answer is Correct Keep it Up!PHP 6PHP 4PHP 5.3
What will be the output of the following php code? $num = 1; $num1 = 2; print $num . “”+””. $num1; July 3, 2022July 3, 2022 administrator “What will be the output of the following php code? $num = 1; $num1 = 2; print $num . “”+””. $num1;1+2Well Done. Your Answer is Correct Keep it Up!34$num . “”+””. $num1;“
When using the POST method, variables are displayed in the URL July 3, 2022July 3, 2022 administrator When using the POST method, variables are displayed in the URLFALSEWell Done. Your Answer is Correct Keep it Up!TRUENothingNone of the Option is Correct
PHP allows you to send emails directly from a script July 3, 2022July 3, 2022 administrator PHP allows you to send emails directly from a scriptTRUEWell Done. Your Answer is Correct Keep it Up!FALSENothingNone of the Option is Correct
What is a correct way to add a comment in PHP? July 3, 2022July 3, 2022 administrator What is a correct way to add a comment in PHP?/*…*/Well Done. Your Answer is Correct Keep it Up!*\…\*…None of the Option is Correct
Include files must have the file extension “.inc” July 3, 2022July 3, 2022 administrator Include files must have the file extension “.inc”FALSEWell Done. Your Answer is Correct Keep it Up!TRUENoNone of the Option is Correct