Learning PHP and MySQL
Example 03-04 The HTML markup produced by the PHP code
<html>
<head>
<title>Hello World</title>
</head>
<body>
Hello world!<br />Goodbye.<br />Over and out.
</body>
</html>
Posted by on 08/09 at 03:23 PM
Next entry: Example 03-06 Reassigning a variable
Previous entry: Example 03-01 All you need to start with PHP is a simple HTML document