Learning PHP and MySQL
Example 03-01 All you need to start with PHP is a simple HTML document
<html>
<head>
<title>Hello World</title>
</head>
<body>
<p>I sure wish I had something to say.</p>
</body>
</html>
Posted by on 08/09 at 03:22 PM
Next entry: Example 03-04 The HTML markup produced by the PHP code
Previous entry: Example 09-02 The db_login.php file with values filled in2