UNIT 1---INTRODUCTION OF PHP
INTRODUCTION OF PHP
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
PHP is a server side scripting language that is embedded in HTML.
It is integrated with a number of popular databases.
PHP Syntax is C-Like.
WHAT IS PHP?
PHP (Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.
USES OF PHP?
PHP performs system functions.
PHP can handle forms.
Access cookies variables and set cookies.
You add, delete, modify elements within your database through PHP.
It can encrypt data.
ADVANTAGES OF PHP
Open Source
Platform Independent
Simple and Easy
Database
Fast
Maintenance
Support
Testing
Security
Stable
Very useful.....
ReplyDelete