how would i check if a directory exists?
Currently I have no such check in my code, so if a directory exists and i try to create that directory i get the following warning:
Warning: mkdir() failed (File exists) in /var/www/html/picture_confirmation.php on line 204
anyone know the appropriate command?