Hello,

I have the following code:
if (file_exists("themes/$ThemeSel/modules/$name/$mod_file.php")) { $modpath
= "themes/$ThemeSel/";    }

At home on my PC (WinXP+PHP4.3.2) this code works without warnings.
But in my office (Win2000+PHP4.3.0) I always becom warnings for this line
and in case of any other file_exists call.
(Both case the file doesn't exist)

How can I disable display warning in such case?

Thanks!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to