PHP Tutorial

Easy Learning with Examples

Example

<!DOCTYPE html>
<html>
<body>

<?php
echo "My first PHP script!";
?>


</body>

Run Example>>