phpbar.de logo

Mailinglisten-Archive

[php] file_exists unter windows

[php] file_exists unter windows

aleksander 520040307849-0001_(at)_t-online.de
Thu, 18 Jan 2001 00:02:47 +0100


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