Recent Posts

What is Open Source? And What is PHP?

 What is Open Source?

  1. An Open Source is a Program or Application that can be used by any user without purchasing any License.
  2. This is available free of cost for every user.
  3. Its Source code can be also available for the users so they can use or modify it for improvement in that Application.
  4. Open Source is a Certification marked program which is owned by the OSI (Open Source Initiative) Organization.

Example of Open Source

  1. Linux
  2. Python
  3. PHP
  4. Apache
  5. MySQL
  6. Mozilla Firefox
  7. Moodle

What is PHP?

PHP is a scripting language Hypertext Pre-processor. PHP is a “server-side scripting” language so that means that the scripts in PHP are executed on a server now it also supports many databases one of which we'll be using in the future which is MySQL and it's an open-source software so it's free is free to download and to use and best of all it allows web developers to program dynamically generated web pages.

PHP is Create by the “Rasmus Lerdorf” in 1994.

Many Type Databases Supports in PHP (MySQL, Oracle, etc).

PHP Syntax

  1. <?php
  2.         Echo ‘Hello Infodpsoft’ // Print Statement
  3. ?>

Application of PHP 

  • You can create, write, open, read Files.
  • You can Update Database.
  • You can Delete Database.

How to Use In PHP In HTML Page.

  1. <html>
  2. <head> Infodpsoft</head>
  3. <body>
  4.      <H1>Hello Infodpsoft</H1>
  5.      <?php>   
  6.      Echo ”Hello Infodpsoft”
  7.      ?>
  8. </body>
  9. </html>


Other Blog


   


No comments:

Powered by Blogger.