sup people
ok this is begin to drive me barmy so i thought id come here for your help.
ive got a table (mysql) with peoples names in it (max of 30 names per row and im gonna have 5 rows)
now this row will start off with 30 names in it and over time someone may leave meaning that say one of the rows will loose a person.
Ive done all this but now if say another person leaves it will make 28 people in that row.
now i need to make a script so that someone can add a person to that colum
so im not sure if thers a better way to do this but the way i think it needs to be done like this
1. person enters name
2. query checks database for first avallbe feild
3. ends query when it gets to first avalible feild or somehow rmemebers first one
4. enters name into that feild
5. finishes up and closes
now im stuck at number 2
i need to find a way to scan the row for the first avalbile feild but i have no idea how
any ideas?
sorry for the long post
ok this is begin to drive me barmy so i thought id come here for your help.
ive got a table (mysql) with peoples names in it (max of 30 names per row and im gonna have 5 rows)
now this row will start off with 30 names in it and over time someone may leave meaning that say one of the rows will loose a person.
Ive done all this but now if say another person leaves it will make 28 people in that row.
now i need to make a script so that someone can add a person to that colum
so im not sure if thers a better way to do this but the way i think it needs to be done like this
1. person enters name
2. query checks database for first avallbe feild
3. ends query when it gets to first avalible feild or somehow rmemebers first one
4. enters name into that feild
5. finishes up and closes
now im stuck at number 2
i need to find a way to scan the row for the first avalbile feild but i have no idea how
any ideas?
sorry for the long post















