ich wollte mal wissen ob es so etwas wie if not(..) auch in PHP gibt.. beispiel:
aus
mach
oder muss ich dann eine leer anweisung geben und dann mit else weitermachen ?
aus
PHP-Code:
if (file_exists($pathTumb);
PHP-Code:
if not(file_exists($pathTumb);
PHP-Code:
if (file_exists($pathTumb)
;
else
anweisung;
Kommentar