Mailinglisten-Archive |
folgendes Problem
<?
$WebRoot="C:\phpdev2\www\alekstra";
$Relative="\alekstra";
$WebHost="";
function Root() {
global $WebRoot,$Relative,$WebHost;
}
if (file_exists("$WebRoot\indexdeutsch.php"))
{
echo "hallo bild<br>";
}
echo "hallo alexander";
?>
Funktioniert
Will ich eine Bilddatei überprüfen, geht es nicht mehr
if (file_exists("$WebRoot\images\1.gif"))
blabla
Danke im voraus
php::bar PHP Wiki - Listenarchive