PHP (recursive acronym for 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.
Example :
<!DOCTYPE HTML>
<html>
<head>
<title>Example</title>
</head>
<body>
<?php
echo "Hello word..";
?>
</body>
</html>Tip's : Save file with extention "*.php" , ex : "index.php" BASIC Tutorial :
No comments:
Post a Comment