PDA

View Full Version : Private Messages


Cipher
09-26-2005, 10:23 PM
i'm trying to make private messages like the one in this site, i didnt start programming yet, the problem is in the DB schema, i think the problem that the UserID is related in two Tables, so to know the sender and reciever, thanx 4 help :o

Cipher
09-29-2005, 03:22 PM
SO, no body can help me?! :(

mRW1Zard
09-29-2005, 10:26 PM
Why do you have the user id in the message table?

devAngel
09-30-2005, 12:12 AM
maybe you need to rename the other one so you wouldnt be confused with the sender and the receiver.

Roelf
09-30-2005, 02:37 PM
why split the messagedetails from the message itself

Cipher
10-01-2005, 12:59 AM
Thank u guys, i made it only one table and its working fine now :)