1. Question:What are the PHP's authentication variable? 

    Answer
    PHP uses two authentication variables as follows:

    1. $_SERVER['PHP-AUTH-USER']
    2. $_SERVER['PHP-AUTH-PW']
    These variables store the username and password values respectively.






    1. Report
  2. Question:What are the benefits of using oop? 

    Answer

    1.Shifts a major paradigm in development strategy.
    2.Shifts the programs procedural events to real life entites.
    3.Refocusing application data rather than it's logic.
    4.It gives the fundamental concept for creating powerful programming model.








    1. Report
  3. Question:What are configuration directives and scopes? Write an example for each scope. 

    Answer
    coming soon..






    1. Report
  4. Question:Write all bitwise operators in term of PHP. 

    Answer
    coming soon...






    1. Report
  5. Question:What is datatype? Write variable scope with an example for each scope. 

    Answer
    coming soon...






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