PHP Tutorial By Webwithaamir
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP 7 is the latest stable release.
Php Examples
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
PHP Exercises
Insert the missing part of the code below to output "Hello World".
PHP Examples
Learn by examples! This tutorial supplements all explanations with clarifying examples.
See All Php Templates
PHP Quiz Test
Learn by taking a quiz! This quiz will give you a signal of how much you know, or do not know, about PHP.
PHP References
W3Schools' PHP reference contains different categories of all PHP functions, keywords and constants, along with examples.
0 Comments