View Single Post
Old 07-01-2012, 05:53 PM   PM User | #4
dan-dan
Regular Coder

 
dan-dan's Avatar
 
Join Date: Aug 2009
Location: England
Posts: 483
Thanks: 22
Thanked 79 Times in 78 Posts
dan-dan is on a distinguished road
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
dan-dan is offline   Reply With Quote
Users who have thanked dan-dan for this post:
krispol (07-02-2012)