INTRODUCTION
- PHP is an acronym for PHP hypertext preprocessor
- Server side scripting language
- Dynamic and interactive web page quickly
- PHP consists of
- HTML
- CSS
- JavaScript
- PHP code
- run on all server
- manage datas in the server can edit,delete and modify them
- encrytp data
- can add,delete and modify data in your database
SYNTAX
- written any where in the document
php code
?>
Comments:
// single line comment and # also used for single line comment
/*......*/ Multi line comments
No comments:
Post a Comment