5.5.10

Interview Questions - PHP

1. What is PHP, Explain?

  • PHP is web development server side scripting language. 
  • Hypertext Preprocessor - PHP.
  • It is a Open source technology.
2. Latest versions of PHP?
  • Latest versions are 5.2.14 (stable) and  5.3.2 
 
3. "echo " is a functional or statement?
  • "echo"  is a function.  

4. Explain short open tags?
  • short open tags are "<?" and "?>".
  • for short open tags, we need to modify php configuration file i.e., php.ini
  • short_open_tags = Off (default), Change On.

No comments:

Post a Comment