Wednesday, April 24, 2019

PHP for Beginners

PHP otherwise Hypertext Preprocessor is a broadly utilized open source general purpose scripting language that is basically used for developing web based software applications and can be embedded into HTML which is a server side scripting language.It is integrated with MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP is interpreter based it doesn’t have to be compiled before interpreted.The compilation process  translating a high-level language into a machine language.we must save the file with the “.php” extension.A PHP tag begins with the less than symbol followed by the question mark and then the words “php”. php training in cochin

<!DOCTYPE HTML>
<html>
 <head>
 <title>Example</title>
  </head>
   <body>
<?php
            echo "Hi, I'm a PHP script!";
        ?>
</body>
</html>

Common uses of PHP

It can deal with forms, for example assemble information from records, save information to a document.
Utilizing PHP you can make login page for your client.
It can encode data.
we can erase, adjust components inside your database through PHP. php training in ernakulam

Why use php

This language is extremely easy to learn and runs proficiently on the server side.
It keeps running on various stages, for example, Windows, Linux, Unix, and so forth.
It is open source and it is free downloadable
It is good with practically all servers utilized today,such as Apache, IIS, and so forth. php internship in kochi

No comments:

Post a Comment