manni Posted June 30, 2007 Share Posted June 30, 2007 Hi, Could someone please tell me what tables were inserted into the mysql database for the car makes and models, from this site http://www.upsolute.com/eng/index.html (click on any car make on the drop down menu), im stuck on what to have the table names as, and the field names. Thanks Manni Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted June 30, 2007 Share Posted June 30, 2007 It is impossible for us to know what they named their tables without code, or database access. Just name your tables according to what is beings stored in them, there is no wrong or right name. If you storing different cars and information on them, name the table "cars"... If you need help knowing what type of fields you should use for each column in the table, post what the columns will be, and we will help you out with choosing the best type for the information you are trying to store. Here are some useful links when choosing field types: http://www.hudzilla.org/phpbook/read.php/9_1_2 http://dev.mysql.com/doc/refman/4.1/en/string-type-overview.html Quote Link to comment Share on other sites More sharing options...
manni Posted July 1, 2007 Author Share Posted July 1, 2007 The table names are table names: - Makes - Models - Model type - Listings I would like to know what field names i should have in there please, so i can make it similar to the upsolute website. Thanks Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted July 1, 2007 Share Posted July 1, 2007 Table names don't get assigned field types. Are you sure those are the tables and not the fields IN the table? You assign field types to the fields inside of a table....so your going to have to show those. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.