Thread
:
Randomize pages order
View Single Post
07-01-2012, 05:53 PM
PM User
|
#
4
dan-dan
Regular Coder
Join Date: Aug 2009
Location: England
Posts: 483
Thanks: 22
Thanked 79 Times in 78 Posts
Missing a bracket here:
Code:
while (false !== ($file = readdir($dh))
)
For a page redirect you can use:
PHP Code:
header
(
"location : somePage.php"
);
__________________
Logic will get you from A to B. Imagination will take you everywhere.
Albert Einstein
Users who have thanked dan-dan for this post:
krispol
(07-02-2012)
dan-dan
View Public Profile
Find More Posts by dan-dan