Learning PHP and MySQL

Example 16-2 The header.tpl file

<html>
<
head>
<
title>{$blog_title}</title>
</
head>
<
body>
<
h1>Welcome  to  the  {$blog_title}</h1>

Posted by on 09/27 at 11:31 AM

Next entry: Example 16-3 The footer.tpl file

Previous entry: Example 16-1 The config.php script defines settings that are used throughout the site

<< Back to main