PHP Classes

File: test.inc

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

Contents

Class file image Download
<!-- <tr><td><hr size=1 noshade></td></tr> -->
<tr>
<td>
<table><tr valign="top"><td style="border: 1px solid #3F3F3F; background-color: #EAEAEA;">
<b>param:</b><br>
<?php
echo "max history:".$max_url_history;
echo
"<br>back_next_param:".$back_next_param;
?>
<pre><?php
print_r
($arr);
?>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
<b>history_track:</b><br>
<table style="border: 1px solid #3F3F3F; background-color: #EAEAEA;"><tr valign="top">
<td align="right"><pre>
<?php
#var_dump($_SESSION['history_links'][0][0][0]);
#echo "\n".str_repeat("\n\n", $_SESSION['history_links'][0][0][0]).'x';
var_dump($h->get_history_tracker(0));
echo
"\n".str_repeat("\n\n", $h->get_history_tracker(0)).'x';
?></pre></td><td>|</td><td><pre>
<?php
#var_dump($_SESSION['history_links'][0][1]);
var_dump($h->get_history_array(0));
?>
</pre></td></tr></table>

<b>history_track(always):</b><br>
<table style="border: 1px solid #3F3F3F; background-color: #EAEAEA;"><tr valign="top">
<td align="right"><pre>
<?php
#var_dump($_SESSION['history_links'][0][0][1]);
var_dump($h->get_history_tracker(1));
#echo "\n".str_repeat("\n\n", $_SESSION['history_links'][0][0][1]).'x';
echo "\n".str_repeat("\n\n", $h->get_history_tracker(1)).'x';
?></pre></td><td>|</td><td><pre>
<?php
#var_dump($_SESSION['history_links'][0][2]);
var_dump($h->get_history_array(1));
?>
</pre></td></tr></table>
</td></tr></table>
</td>
</tr>