Jump to content

images table


jmr3460

Recommended Posts

I an creating a database for a website I am rebuilding. The old site uses flat-file DB and I want to rebuild it with MySQL DB. I have created the following tables which I feel is okay.

Customer information fields:
(id,fname,lname,notes)tablename is name.

(id,address,city,state,zipcode,country)table name is address.

(id,faxphone,homephone,cellphone)table name is phone.

(id,home-email,work-email,contact-email)table name is email.

(id,car-id,car-make,car-model,car-year,car-mileage,
car-condition,car-price,car-status(for-sale,sold),car-notes)table name is car

 

I am having a small problem with the images table. I do not want to upload images to the table itself. What I want to do is upload to a folder and reference them in the table. My question is how do I setup my table. I am going to have thumbnails that corresponds to each image. There may be as many as 15 large images and 15 thumbs.

Can someone please help me with this?

Link to comment
Share on other sites

I have another question about these Data Base tables. The first field is the id that is what is going to be the identifier for individual car owners. I feel that all of them should be auto_increment. If I do this does this mean that every time I add something to the database the first I should make sure that there is something that refers to every table?

 

 

I was going to add an image table with the URL to the photos. Since I was going to have 15 or more photos for each car owner do I need to create a field for each one or would it be better name the photos with the car owner id in the name. Which way would anyone suggest?

 

Link to comment
Share on other sites

hi i am working on a game script but i am haven some probs

need search the db and see if the users have a set 8 imgs and if

they have show them in a table on the game so if they have 1 it will only show the 1 and so on

 

can someone help me as i am new to db work and finding this part hard  :(

 

many thanks  gary

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.