[PHP] Disaple warnings

2003-06-17 Thread Karina S
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

Re: [PHP] Disaple warnings

2003-06-17 Thread David Otton
On Tue, 17 Jun 2003 19:25:39 +0200, you wrote: 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