Posted on Leave a comment

PHP

PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side. PHP is well suited for web development. Therefore, it is used to develop web applications (an application that executes on the server and generates the dynamic page.).

PHP was created by Rasmus Lerdorf in 1994 but appeared in the market in 1995. PHP 7.4.0 is the latest version of PHP, which was released on 28 November.

Some important points need to be noticed about PHP are as followed:

  • PHP stands for Hypertext Preprocessor.
  • PHP is an interpreted language, i.e., there is no need for compilation.
  • PHP is faster than other scripting languages, for example, ASP and JSP.
  • PHP is a server-side scripting language, which is used to manage the dynamic content of the website.
  • PHP can be embedded into HTML.
  • PHP is an object-oriented language.
  • PHP is an open-source scripting language.
  • PHP is simple and easy to learn language.

Web Development

PHP is widely used in web development nowadays. PHP can develop dynamic websites easily. But you must have the basic the knowledge of following technologies for web development as well.

  • HTML
  • CSS
  • JavaScript
  • Ajax
  • XML and JSON
  • jQuery

Basics Program

  1. <!DOCTYPE>  
  2. <html>  
  3. <body>  
  4. <?php  
  5. echo “<h2>Hello First PHP</h2>“;  
  6. ?>  
  7. </body>  
  8. </html>  

For the Complete Curriculum please contact

Email : technoinfo52@gmail.com , WhatsApp :9519663733

Leave a Reply

Your email address will not be published. Required fields are marked *