Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/historylink.php on line 1
Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/historylink.php on line 1
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/historylink.php on line 1
History Link
History links are those links you might have seen on some websites, which allows you to move forward or backwards. Here I'll show you how to make them, it's easy!
1. To ass a backwards link, add this code where you want it;
<a href="javascript: history.back(-1)">Back</a>
2. And to get a forward link;
<a href="javascript: history.forward(-2)">Forward</a>
3. Finito!
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/historylink.php on line 15
Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/historylink.php on line 15
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/historylink.php on line 15