Where I can find some good 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
MicroBoy
Forum Contributor
Posts: 112
Joined: Sat Mar 14, 2009 5:16 pm

Where I can find some good tables?

Post by MicroBoy »

Where I can find some good tables with nice design to use to display informations from database (MySQL)? I have some but they aren't working cause I can't show the informations from database, just to write.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: Where I can find some good tables?

Post by JAB Creations »

I highly recommend reading some MySQL tutorials and messing with phpMyAdmin. Once you start finding limits or seeing huge inefficiencies in your own database structure (such as putting a user's static name instead of the ID associated with their row) then you'll want to post your questions here.

Beyond that your post is too vague and there is no need to shout (bold) your entire post.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Where I can find some good tables?

Post by Benjamin »

MicroBoy wrote:Where I can find some good tables with nice design to use to display informations from database (MySQL)? I have some but they aren't working cause I can't show the informations from database, just to write.
There is no need to ask every question in bold letters.
Post Reply