Chapter 3 Getting Started With PHP
Chapter 3 Getting Started With PHP
Chapter 3 Getting Started With PHP
<html>
<head>
<title>A quick test</title>
</head>
<body>
Hello World!
<?php
echo "PHP code goes here.";
?>
</body>
</html>
First Page