View Single Post
Old 10-07-2010, 02:14 AM   PM User | #22
davehere
New to the CF scene

 
Join Date: Oct 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
davehere is an unknown quantity at this point
hello,
well for me this function make the error :
Warning: readdir() expects parameter 1 to be resource, boolean given
for
while (false !== ($file = readdir($dh))) {

any idea?

I must say I don't think it's a good practice to put html in your code, it's better to separate front presentation from back, so this function will be more logic to integrate to make others operations (of course it's not a big deal to modify)
davehere is offline   Reply With Quote