PHP Classes

File: page4.html

Recommend this page to a friend!
  Classes of Vladimir Kudryavtsev   History links   page4.html   Download  
File: page4.html
Role: Example script
Content type: text/plain
Description: Test (page4)
Class: History links
Keep track and link to pages browsed by user
Author: By
Last change: * Little changes
Date: 18 years ago
Size: 560 bytes
 

Contents

Class file image Download
<?php
include('param.inc');
require_once(
"class_history_links.inc");
?>

<html>
<head>
    <title>test_history_links - page4</title>
</head>

<body>
<div align=center><table style="border: 1px solid #3F3F3F; background-color: #fAfAfA;"><tr><td colspan=2><a href="index.html">&laquo; Select other test &raquo;</a></td></tr>
<tr><td width="150"><big><b>Page4</b></big> (query is <?php echo $_SERVER['REQUEST_METHOD']?>)<br><?php include("content.inc");?></td><td><?php include('menu.inc')?></td></tr>
</table>
<?php
include("links.inc");
?>
</div>
</body>
</html>