PHP Tutorial

PHP (Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

The PHP code is enclosed in special start and end processing instructions <?php and ?> that allow you to jump into and out of “PHP mode.”

 

What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML which is then sent to the client. The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer.

Don’t be afraid reading the long list of PHP’s features. You can jump in, in a short time, and start writing simple scripts in a few hours.

Although PHP’s development is focused on server-side scripting, you can do much more with it.

 

Let us know some of the features of PHP:

It is most popular and frequently used world wide scripting language, the main reason of popularity is; It is open source and very simple.

  • Simple
  • Faster
  • Interpreted
  • Open Source(use it for free, download it for free)
  • Case Sensitive
  • Simplicity
  • Efficiency
  • Platform Independent( run it on Linux, Unix, Mac OS X, Windows.)
  • Security
  • Flexibility
  • Familiarity
  • Error Reporting
  • Loosely Typed Language
  • Real-Time Access Monitoring

PHP is very simple and easy to use, compare to other scripting language. As It is an interpreted language, i.e. there is no need for compilation.

PHP tutorial:

PHP Programs

Content Protection by DMCA.com