Re: PHP mySQL - table of images
adam_at_adamcoppin.com
Date: 10/28/04
- Next message: adam_at_adamcoppin.com: "Re: Unable to load module"
- Previous message: adam_at_adamcoppin.com: "Re: Storing formatted numeric data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Oct 2004 18:55:51 -0700
the table should be reasonably simple, just 3 columns:
image_id (auto incrementing integer)
image_name (string of pre-determined length)
image_url (absolute or referential, either way this would be a
string... be sure to give it plenty of room though!)
That should be all you need... if you are finding yourself needing yet
more information at a later date, columns are easily added to existing
records. this method should allow you to retrieve the image url by
referring either the image_id or the image_name
- Next message: adam_at_adamcoppin.com: "Re: Unable to load module"
- Previous message: adam_at_adamcoppin.com: "Re: Storing formatted numeric data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|