hey so i've been struggling with an apparent bug in and older version of PHP but i wouldn't know where to look about this bug, as it concerns the include function and there is no mention of a bug that i can find...

version of php: 4.1.0
i have a line of code
include 'new_album.php';
i keep getting a file not found error
i KNOW the file is there
i copy the code to a new file, and save it as 123.php and then change the line of code to
include '123.php';
and voile! it works!
it seems there is something wrong with using the name 'new_album.php' with include but i dunno why...

anyone got any input on this? i don't wanna have to worry about filenames making errors...

-- \Kyle Goetz
BS Pure Mathemetics, BA Japanese 2006
The University of Texas

Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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

Reply via email to