w3docs logo
Courses Quizzes Snippets
  • Quizzez HTML Basic CSS Basic Javascript Basic PHP basic ES6 Basic TypeScript Basic Angular Basic React Basic Sass Basic Vue.js Basic Git Basic SQL Basic

Quiz PHP basic - What will be displayed in a browser ?

<?php
if ( 3 < 3 ) {
echo "Hello";
} elseif ( 3 > 3 ) {
echo "Welcome to ";
} else {
echo " Say hello"
}

echo " W3Docs !!";
?>
Your answer is correct Your answer is incorrect
Start Quiz
Sorry about that
Thanks for your feedback!
Thanks for your feedback!
Do you find this helpful?

Related Questions

  • What does PHP stand for?
  • PHP is considered a server-side scripting language
  • Which of the following extensions is a correct PHP file extension?
  • How do you start the PHP scripting block?
  • Whitespace is not ignored in PHP
  • What does a semicolon indicate?
  • Variables in PHP start with
  • Which is the correct way to start a single line PHP comment?
  • Which is the correct way to start a multiple line PHP comment?
  • PHP variables need to be declared before adding values to them
  • Which is the correct way to declare a PHP variable?
  • What is the correct way of adding 1 to the variable?
  • The (2>0 || 4>5) condition will return
  • What will be displayed in the browser?
  • Which of the following is the correct way to use the include command?
  • The (2>0 && 4>5) condition will return?
  • Which of the following is the correct way to use the include command?
  • What will be displayed in a browser ?
  • What will be displayed in a browser ?
  • When is the default case of switch statement executed?
  • Quizzes
    • HTML Basic
    • CSS Basic
    • Javascript Basic
    • PHP basic
    • ES6 Basic
    • TypeScript Basic
    • Angular Basic
    • React Basic
    • Sass Basic
    • Vue.js Basic
    • Git Basic
    • SQL Basic
  • Snippets
    • How To NodeJs
    • How To Linux
    • How To AngularJs
    • How To PHP
    • How To HTML
    • How To CSS
    • How To Symfony
    • How To Google Maps
    • How To Git
    • How To Apache
    • How To JavaScript
    • How To Java
    • How To Vue.js
    • How To Python
  • Our Books
    • Learn HTML
    • Learn CSS
    • Learn Git
    • Learn Javascript
    • Learn PHP
    • Learn python
    • Learn Java
    • Exercises
    • HTML
    • JavaScript
    • Git
    • CSS
    • PHP
  • Our Tools
    • Typing Test
    • Color Picker
    • HTML Encoder
    • Browser Feature Detection
    • HTML Editor
    • Phrase encrypt / decrypt
    • JavaScript Formatter
    • CSS Maker
    • Password Generator
    • Base 64
    • Code Diff
    • JSON Beautifier
    • CSS Beautifier
    • Tailwind CSS Color
    • Markdown Convertor
  • String Functions
    • String Length Calculator
    • String to MD5 Hash Generator
    • String to Sha256 Hash Generator
    • String Reverse
    • URL Encoder
    • URL Decoder
    • Base 64 Encoder
    • Base 64 Decoder
    • Extra Spaces Remover
    • String to Lowercase Converter
  • About Us
  • Privacy Policy for W3Docs
logo
Follow Us facebook twitter
Company © W3docs. All rights reserved.