Michele Locati wrote: > In fact: > require_once('a_file.php'); > is seen by require_once() as different from > require_once('A_File.php'); > even if the file is the same on Windows
What's your PHP and Windows version? This function is case insensitive on my Windows box. Jakub Vrana