Page 1 of 1

output problem

Posted: Fri Oct 01, 2004 4:44 am
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

Posted: Fri Oct 01, 2004 4:51 am
by feyd
this is very very code dependant, pleast post some.

Posted: Fri Oct 01, 2004 6:07 am
by Think Pink
thx, I got it.
I included the connection to $db 2 times. From there was the problem.