1. Question:Write the name of 9 Superglobal Variables______. 

    Answer
    "$_GET[ ], $_POST[ ], $_REQUEST[ ], $_SERVER[ ], $_SESSION[ ], $GLOBAL[ ], $_COOKE[ ], $_FILES[ ], $_ENV[ ], "






    1. Report
  2. Question:Write some of PHP benefits compare to other language? 

    Answer
    - PHP runs on different platforms (Windows, Linux, Unix, etc.)
    - PHP is compatible with almost all servers used today (Apache, IIS, etc.)
    - PHP is FREE to download from the official PHP resource: www.php.net
    - PHP is easy to learn and runs efficiently on the server side






    1. Report
  3. Question:What is a PHP File? 

    Answer
    - PHP files may contain text, HTML tags and scripts
    - PHP files are returned to the browser as plain HTML
    - PHP files have a file extension of ".php", ".php3", or ".phtml"






    1. Report
  4. Question:Between echo () and print () functions which one is the faster and why? 

    Answer
    The echo () function is a tad faster than print() function, because it returns nothing, whereas print() function returns 1 if the statement is successfully output.






    1. Report
  5. Question:What is PHP? 

    Answer
    - PHP stands for PHP: Hypertext Preprocessor
    - PHP is a server-side scripting language, like ASP
    - PHP scripts are executed on the server
    - PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL,
    Generic ODBC, etc.)
    - PHP is an open source software (OSS)
    - PHP is free to download and use






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd