> -----Original Message----- > I have about 50 records with the following fields: > 'gen', 'year', 'color', 'name', 'email', 'location', 'misc', > 'pic1', 'pi c2', 'pic3', 'pic4' > -----Original Message-----
If you're going to be changing your database, you might also consider what to do with 'picX'. As it stands you've got a max of four pics, but what if you later decide on a max of 5 or reducing it to 3? I'd actually separate them out to their own table and just have an ID reference that points them to your user data and the 'picX' data as the second field. The you can use a join to get all the information and you aren't limited by your database structure to any set number of 'pic' records. ...and now that I'm completely off-topic I think I'll finish here. CYA, Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php