this is driving me crazy.
there are several php files my php code includes on a website using the include(function). all work except for one and this to me is the weirdest problem i've had so far in my php ciding experience. i tried renaming the file name of the include, tried rewriting the code in the files that does the inclusion. whatever i try it just does not work. if i include any other existing file IT WORKS. this one does not.
here is the complete error:
Warning: include(admin__global.php) [function.include]: failed to open stream: Invalid argument in [....]/admin_user_login.php on line 9
Warning: include() [function.include]: Failed opening 'admin__global.php' for inclusion (include_path='.:') in [....]/admin_user_login.php on line 9
i snipped my server root info etc. here for security reasons.
any help would be appreciated. thanks.