Learning PHP and MySQL
Example 10-12 The sample index.tpl template to create
<html>
<head>
<title>Smarty</title>
</head>
<body>
It’s as easy as {$test}.
</body>
</html>
Posted by on 08/18 at 11:57 AM
Next entry: Example 10-13 Using the template to display the table
Previous entry: Creating myapp/index.php