Thread
:
php code for rotating index pages?
View Single Post
10-07-2003, 07:48 AM
Zorgman
Confirmed User
Join Date: Aug 2002
Location: Sydney, Australia
Posts: 6,103
PHP Code:
<?php
$rand
=
rand
(
1
,
3
);
include(
"index
$rand
.html"
);
?>
__________________
---
Zorgman
View Public Profile
Visit Zorgman's homepage!
Find More Posts by Zorgman