<?php
include('param.inc');
require_once("class_history_links.inc");
$var=strcasecmp($_SERVER['REQUEST_METHOD'],'post')?$_GET:$_POST;
?>
<html>
<head>
<title>test_history_links - page5</title>
</head>
<body>
<div align=center><table style="border: 1px solid #3F3F3F; background-color: #fAfAfA;"><tr><td colspan=2><a href="index.html">« Select other test »</a></td></tr>
<tr><td width="150"><big><b>Page5</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>
|