|
Thanks for the reassurance chris. I would like to try a private messaging system eventually too...
Would I take a similar approach i.e. have a table called mailboxes which has the a row with the id of the users and rows for each messages sent to them?
This would limit the amount of messages you could have tho wouldn't it as you could only have as many as the amount of colums you set in the table?
Would it be better to just have all messages stored as one individual row and group them by the id - so although there not physically stored together when you request them as a group they are???
Thanks again
Hick Man
Last edited by The Hick Man; 11-01-2005 at 07:59 AM..
|