Good evening,
I am looking to include a random page for our website home page. Basically we want about 5 rotating splash pages that will randomize on refresh. Is it possible to pull random index pages in an include() ?
for example, i have a directory with 5 files in it: index1.php, index2.php, index3.php, index4.php, index5.php. -all formatted the same to be a splash page...
First time you hit the site it would be include('index1.php');
refresh would be include('index3.php'); etc. etc..
I've seen plenty of scripts for including random images, but haven't seen any for including random pages....
Thanks in advance!
-Jon