What Is PHP?
Php stand for ( Hyper text Preprocessor ) is server side scripting language use for web development .Php is open source language that required server for online or offline server. Php is used to create dynamic Website and Web pages .Php is mostly used to enhance functionality of your website that is compatible with Html code.Php is used to develop Web base application and online shopping cart and shopping store. Php provide graphical user interface with server .Php required server and web browser for execution Php link web page with MySQL Database.That used to connect web page with Data base to store data in Database .My sql is used to Provide RDMS(Relational Database Management System)Let's start.
<?php
?>
?>
Description of tags...
This is starting tag of Php <?php indicate that any program can be write in this scope otherwise your program not execute .Php is totally programming supported language like c++ any program of c++ can be write in php and php support itIt's ending tag of php ?> it must be closed other wise its show error on whole page .It indicate that php coding is apply on whole code that's mean when you not close php tags it apply on whole page.so be careful to apply php coding to refused error....
0 comments:
Post a Comment