jagguy Posted January 27, 2007 Share Posted January 27, 2007 My php script fails if i use include statement in a script with headers. If I copy and paste the include file in it works. The include will work if i don't use the header staement in the script. The eeror says it outputs to the screen with include(which it doesn't in the code?) Link to comment https://forums.phpfreaks.com/topic/36000-include/ Share on other sites More sharing options...
Jessica Posted January 27, 2007 Share Posted January 27, 2007 It helps if you post actual errors and code. Link to comment https://forums.phpfreaks.com/topic/36000-include/#findComment-170781 Share on other sites More sharing options...
AndyB Posted January 28, 2007 Share Posted January 28, 2007 Sounds like you have blank lines or tabs in the included file which 'appear' as browser output. Link to comment https://forums.phpfreaks.com/topic/36000-include/#findComment-170805 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.