Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 private message system
Index -> Programming, PHP -> PHP Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Homer_simpson




PostPosted: Thu Aug 14, 2003 12:34 am   Post subject: private message system

like the one that this site has... how do u suggest i could do it... i could add a new table for each user's message in my data base but that's not efficient way to do it... i need a way to store unlimited number of text messages for each user in my data base... suggestions will be appreciated Very Happy
Sponsor
Sponsor
Sponsor
sponsor
Amailer




PostPosted: Thu Aug 14, 2003 12:37 am   Post subject: (No subject)

Why create tables?

Make 1 table for the messages....then in there created the fields (message, username, time and etc).

And then it creats new fields with the information Confused

actually...
Do what phpBB did,
Create 2 tables,
1 specially for the text (with the id)
and 1 seperate witht he additional information.
(username, time, date, and etc)
Homer_simpson




PostPosted: Thu Aug 14, 2003 1:57 am   Post subject: (No subject)

i dun see any reason to create 2 tables... i think 1 lable would do fine...
ty for answer... Very Happy
Amailer




PostPosted: Thu Aug 14, 2003 2:42 am   Post subject: (No subject)

Well its atleast better then making tables for each PM!
PaddyLong




PostPosted: Thu Aug 14, 2003 2:43 am   Post subject: (No subject)

that would be retarded
Amailer




PostPosted: Thu Aug 14, 2003 2:52 am   Post subject: (No subject)

Ya it would,

And if you don't want to make 1 table for the msg, then put all the fields in 1 table.
(I.E: Date, ip, time, username, id, msg, and etc)
Display posts from previous:   
   Index -> Programming, PHP -> PHP Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 6 Posts ]
Jump to:   


Style:  
Search: