Thread
:
gallery script
View Single Post
#
4
(
permalink
)
01-25-04, 08:32 AM
NeverMind
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
]
NeverMind
View Public Profile
Visit NeverMind's homepage!
Find all posts by NeverMind