PHP Classes

File: page1.html

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

Contents

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

<html>
<head>
    <title>test_history_links - page1</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>Page1</b></big> (query is <?php echo $_SERVER['REQUEST_METHOD']?>)<br><?php include("content.inc");?></td><td><?php include('menu.inc')?></td></tr>
</table>
<?php
#make start page if needed
#if(!isset($_GET['content']))$h->set_history_start();
?>
<?php
include("links.inc");
?>
</div>
</body>
</html>