[SOLVED] output problem

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
User avatar
Think Pink
Forum Contributor
Posts: 106
Joined: Mon Aug 02, 2004 3:29 pm

output problem

Post by Think Pink »

helo, I have a data output problem that makes no sence, andit never happened to me:

Here is what I mean:
I have index.php
that includes header.php, left.php, main.php, right.php and footer.php
in left.php I have a php script that displays some info from $db. Well the problem is that like this all the formatting of the page gets messy. If insted of the php script I just enter some text the display of the page is perfect.
looked and there is no tags that need to close, etc. All are closed where are supposed to be.
Anybody meet with the same problem?
Thx
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

this is very very code dependant, pleast post some.
User avatar
Think Pink
Forum Contributor
Posts: 106
Joined: Mon Aug 02, 2004 3:29 pm

Post by Think Pink »

thx, I got it.
I included the connection to $db 2 times. From there was the problem.
Post Reply