last time i've learned how to see if a file exists, but now my next question:
How can one check if a dir exists?
Gr CrE3pZ
if a dir exists
Moderator: General Moderators
never mind, I was asking stupid questions...
etc...
thx aw
Code: Select all
if (is_dir($images))
{thx aw