PHP Classes

File: next.php

Recommend this page to a friend!
  Classes of Robert Peake   webring 1.0   next.php   Download  
File: next.php
Role: Example script
Content type: text/plain
Description: returns next URL in the webring
Class: webring 1.0
webring provides an easy-to-configure solution
Author: By
Last change:
Date: 24 years ago
Size: 173 bytes
 

Contents

Class file image Download
<?PHP
require("webring.inc");
$wr = new webring("webring.urls",$HTTP_REFERER);
$url = $wr->next();
?>
<META HTTP-EQUIV="refresh" CONTENT="0; url=<?PHP print($url); ?>">