A Alster New member Nov 8, 2009 #1 Basically I need to check if multiple files exist. I've tried: if (file_exists("blarg.php" && "nom.php")) if (file_exists("blarg.php" || "nom.php")) if (file_exists("blarg.php", "nom.php")) but they don't seem to work. Any help?
Basically I need to check if multiple files exist. I've tried: if (file_exists("blarg.php" && "nom.php")) if (file_exists("blarg.php" || "nom.php")) if (file_exists("blarg.php", "nom.php")) but they don't seem to work. Any help?