Posts

Web Development MCQs Quiz 3 PHP

Image
  Quiz 3 PHP What will be the output of the following PHP code? * 1 point Hello Studentend HelloStudent end Hello Student end HelloStudentend What will be the output of the following PHP code? * 1 point Error 5==5 1or true 0 or false Which of the following method sends input to a script via a URL? * 1 point Post Get None Both What will be the output of the following PHP code? * 1 point 10 0 infinite loop 010 PHP files have a default file extension of_______ * 1 point .ph .html .xml .php What will be the output of the following PHP code? * 1 point Others Pakistan Pakistan Others pakistan What will be the output of the following PHP code? * 1 point 1.+.2 Error 1+2 3 Which is the right way of declaring a variable in PHP? * 1 point $3hello $hello $ hello hello Who among this is the founder of php language? * 1 point Tim Berners-Lee Guido van Rossum Rasmus Lerdorf Brendan Eich Which of the following PHP statements will output Hello World on the screen? * 1 point echo ("Hello World"