PHP Include Inserts UNWANTED blank html space

Everytime I use <?php include 'filename.php'; ?> the rendered page (in both IE and Firefox) inserts a blank html space before the php parse; this is causing layout/design issues.

Does anyone know what may be causing this? I tried using php require too, but no luck either.

Thanks!

u have to take a look at the html-source (in the browser: rightclick -> view-source)

It’s not the html code because when I replace the php include with the html code I’m calling up the page displays fine.

can u give us that php code? and maybe the html it’s outputting? just the relevant parts.

Sponsor our Newsletter | Privacy Policy | Terms of Service