PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications. This tutorial helps you to build your base with PHP.
PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
<!DOCTYPE html>
<html>
<body>
<?php
echo "This is my first PHP script!";
?>
</body>
</html>
PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
Characteristics of PHP
Five important characteristics make PHP's practical nature possible:- Simplicity
- Efficiency
- Security
- Flexibility
- Familiarity
<!DOCTYPE html>
<html>
<body>
<?php
echo "This is my first PHP script!";
?>
</body>
</html>
No comments:
Post a Comment