PHP Tutorial : PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP stands for Hypertext Pre-processor, It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group.
PHP Tutorial
PHP Tutorial
<html>
<html>
<body>
<?php
echo "This is my first PHP tutorial script!";
?>
</body>
</html>
No comments:
Post a Comment