thumbelina
Programmer
part of this might be a query problem, but the biggest problem i think is going to be formatting with php. i have a table in my database of projects and each project is part of one category so i want to take both fields from the database and put them into a drop down box so that each line looks and saves like this: benfits - sickleave. where benifts is one of the projects and sickleave is the project. i have about 6 different projects and i also want the list ordered by category, this way all the benifts are listed together regardless of what order they are in, in the table. my query looks like this right now: SELECT project, category FROM ProjectList ORDER BY category. not sure if that will work here, but that's what i'm trying to do.