Hallo Tom.
Ich habe leider kein php 5.x zur Verfügung.
Daher wäre ich begeistert, wenn das jemand mal auf einer 5er-Version ausprobieren könnte
<?php
error_reporting(E_ALL);
if (isset($_GET['res'])) {
if (file_exists($_GET['res'])) {
echo 'The resource "'.$_GET['res'].'" exists!';
} else {
echo 'The resource "'.$_GET['res'].'" does not exist.';
}
}
?>
Einen schönen Donnerstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
mathbr:del.icio.us/ mathbr:w00t/
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
mathbr:del.icio.us/ mathbr:w00t/