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
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Tue May 31, 2005 8:31 am
yes, you have't constructed the table correctly
You haven't closed the <tr> tags and you haven't used any <TD> tags. You haven't actually output any data from your database either.
Take a look at the HTML that is generated
mhouldridge
Forum Contributor
Posts: 267 Joined: Wed Jan 26, 2005 5:13 am
Post
by mhouldridge » Tue May 31, 2005 8:33 am
Almost sorted it now i think.
I will let you know if I come accross out again.
Thanks for your superb advice!
phpScott
DevNet Resident
Posts: 1206 Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.
Post
by phpScott » Tue May 31, 2005 8:42 am
that problem is what i refered too, glad to hear you solved it though.