PHP basics - lpiaitdepok/php-programming GitHub Wiki
<!DOCTYPE html>
<html>
<head>
<title>First Example</title>
</head>
<body>
<?php
echo "PHP goes here!";
?>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>First Example</title>
</head>
<body>
<?php
echo "PHP goes here!";
?>
</body>
</html>