Learning PHP and MySQL
Example 16-3 The footer.tpl file
<hr>
<a href='posts.php'>Home</a> || <a href='logout.php'>Logout</a>
</head>
</body>
</html>
Posted by on 09/27 at 11:32 AM
Just where is that logout.php anyway?
Posted by on 04/14 at 11:05 PM
Page 1 of 1 pages
Next entry: Example 16-4 The login script, called login.php
Previous entry: Example 16-2 The header.tpl file