MySQL Forums
Forum List  »  PHP

Re: Table set up and code to display the info
Posted by: Peter Brawley
Date: May 04, 2006 09:28AM

LOL, I appreciate that you may be in a hurry, but 12 minutes is not long enough to absorb that material! And it shows, eg the ID should be PRIMARY not UNIQUE, the name should be CHAR or VARCHAR not TINYTEXT, and images are best stored in BLOBs of the appropriate size, q.v. in manual page on http://dev.mysql.com/doc/refman/5.1/en/data-types.html.

PB

Options: ReplyQuote


Subject
Written By
Posted
Re: Table set up and code to display the info
May 04, 2006 09:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.