PHP include is knocking out tables

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tjosephads
Forum Newbie
Posts: 5
Joined: Tue Apr 07, 2009 4:08 pm

PHP include is knocking out tables

Post by tjosephads »

Hi,

I am using php to bring in external web content utilizing the "include" tool. When I do this with a page that has header content, it knocks apart the table I'm putting it into. Is there a way to use php include for sites that may already have header content - or - is there a way to do it otherwise to guarantee avoiding a conflict?

Thank you.
Tim
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: PHP include is knocking out tables

Post by McInfo »

Are you trying to include content from another server or code from another server?

Edit: This post was recovered from search engine cache.
Post Reply