Thread
:
Rotating pages for display on the same url?
View Single Post
11-23-2009, 08:26 PM
XD2
Confirmed User
Industry Role:
Join Date: Sep 2007
Location: Cheshire, UK
Posts: 454
PHP Version:
Code:
<?php header("Location: /".rand(1,4).".html"); exit(); ?>
Just make the same amount of html pages as you specify in the rand(1,4) part for example:
1.html
2.html
etc
You just need that code in index.php and it will redirect.
__________________
David • 421-179-116 • support [@] adultnetworkuk [.] com
Website Development
•
Website Hosting
•
Model Index Software
•
Website Reviews and Links
Hit me up for more information on everything I do.
XD2
View Public Profile
Visit XD2's homepage!
Find More Posts by XD2