1. Question:What are the technical difference between echo() and print() function? 

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






    1. Report
  2. Question:What is datatype? 

    Answer
    A datatype is the generic name assigned to any data sharing a common set of characteristices.  Common data types include Boolean, integer, float, string, and array.






    1. Report
  3. Question:Define DNS. 

    Answer
    The Domain Name System (DNS) allows to use domain names (e.g. yahoo.com) in place of the corresponding IP address, such as 192.0.32.166.






    1. Report
  4. Question:What is domain name server? 

    Answer
    The domain names and their complementary IP addresses are stroed on domain name servers, which are interspersed across the globe.






    1. Report
  5. Question:What are the five  configuration directives that pertinent to PHP mail() function? 

    Answer
    1. SMTP=string, Scope:PHP_INI_ALL
    2. sendmail_from=stirng, Scope:PHP_INI_ALL
    3. sendmail_path=string, Scope:PHP_INI_SYSTEM
    4. smtp_port=integer, Scope:PHP_INI_ALL
    5. mail.force_extra_parameters=string, Scope:PHP_INI_SYSTEM






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