Thread: gallery script
View Single Post
  #4 (permalink)  
Old 01-25-04, 08:32 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
oh ..
I think you need to change $handle to either one of these because I am not sure :
PHP Code:

$handle=opendir('/galleri');

#     OR     #
$handle=opendir('./galleri'); 
you need this slash to tell that this is the child dir of root ...
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote