I have my table set up like this:
Table: eventreg
Columns: id, userchar
I need to call the id and read the userchar multiple times so the entries will look like this:
id userchar
2 6
4 0
6 4
2 7
3 9
i need the mysql call to call the id multiple times and spit out the userchar numbers so my other call can pull the userchar number from another table...
Hope you understand...