|
Posted by ZeldorBlat on 07/06/07 02:42
On Jul 5, 10:09 pm, musicpr...@gmail.com wrote:
> Has anyone ever experienced an issue with an include statement where
> the included file is processed, however, no further code is processed
> after the included content? I have used includes for quite a while,
> however, this is a new one for me. Any suggestions would be
> appreciated.
>
> Thanks
Sure -- if there's a fatal error in the include or immediately after.
Crank up error_reporting and enable display_errors in php.ini to see
if there are any messages you might be missing.
[Back to original message]
|