Introduction To PHP


  • PHP stands for Highpertext Preprocessor.
  • PHP is a widely used open-source scripting language.
  • PHP is web technology implemented by Rasmus Lerdorf in 1995.
  • PHP is implemented using C & Perl software.
  • PHP is a server-side scripting language used in implementing dynamic web pages.
  • PHP is maintained by Zend Organization.

What is PHP?

  • PHP is basically server-side scripting language which is basically used for developing dynamic web pages.

Why PHP?

  • PHP code can run on any platform like windows, mac, linux etc.
  • PHP is computable with all the web servers used today.
  • PHP supports wide range of databases.
  • PHP is easy to learn and it is freely available.

Comments

Popular posts from this blog

How does request life cycle work in Laravel?

Object oriented programming concepts in PHP

Basic Terminology