Thread
:
php code for rotating index pages?
View Single Post
10-07-2003, 07:42 AM
VideoJ
Confirmed User
Join Date: Aug 2002
Location: S. Florida
Posts: 750
PHP Code:
<?php
$page
=
floor
(
mt_rand
(
1
,
3
) );
include(
"index
$page
.html"
);
?>
Change the 3 to however many pages you want. Untested, but should work
__________________
Somebody stole my damn signture...
VideoJ
View Public Profile
Find More Posts by VideoJ