Image

Imagebl4de wrote in Imagephp

hi all,

I've got a little problem with my database. It's supposed to store (and display) resumes, and I set a primary key on the year (table structure : year, title) because otherwise, it defaults to alphabetical order, i.e. orders by title, which I don't want.
Problem is, if there are several entries for the same year, I can't duplicate a primary key // if I don't specify the year, the entry won't be stored in the database.
Any idea ?
Thx for your help :)