PHP Reference: PHP Introduction
Quick reference for PHP Introduction.
PHP Reference — PHP Introduction
Quick summary of PHP Introduction with syntax and example.
Syntax
<?php ... ?>
Example
<?php
$name = "DrSchool";
echo "Hello " . $name;
?>
Quick reference for PHP Introduction.
Quick summary of PHP Introduction with syntax and example.
<?php ... ?>
<?php
$name = "DrSchool";
echo "Hello " . $name;
?>