Private Messaging, like what we have here!
Moderator: General Moderators
Private Messaging, like what we have here!
Hi,
I am new to this forum and am looking for some help from all you experts out there.
Basically I am doing a college project which involves a private messaging system. The database I am using is MySQL.
It is to be a simple pm system where one can send messages, receive messages, delete messages etc. Also, a message to appear on a users homepage to say a new message has been received, is required.
Basically the system is something like what is in this forum page.
Also some help with setting up MySQL tables would be helpful.
Any links to code would be very helpful as well.
Thanks to everyone who replies
I am new to this forum and am looking for some help from all you experts out there.
Basically I am doing a college project which involves a private messaging system. The database I am using is MySQL.
It is to be a simple pm system where one can send messages, receive messages, delete messages etc. Also, a message to appear on a users homepage to say a new message has been received, is required.
Basically the system is something like what is in this forum page.
Also some help with setting up MySQL tables would be helpful.
Any links to code would be very helpful as well.
Thanks to everyone who replies
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
I don't know about anyone else but I certainly won't help you cheat on an assignment. What I will do is help you anyway possible; if you have any questions just let us know.gfirman wrote:Hey man, I am new to all this and it is mind boggeling what you can do. I just need someone to point me in the right direction. Having been looking at some php code and trying to figure what is going on. Just any tips would be very greatful
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
Surely you can't be completely new to it, they must have taught you something about it at college if it's an project you've been given.gfirman wrote:Yes I have phpmyadmin set up. The trouble is just putting the system together. Making sure the tables are right and that they are working properly with the php code. I am only new to this so its a bit complex for me now, but i'm sure i'll get the hang of it.
Yes I am completely new to php. I have read an ebook about php and also about MySQL, so I know the basics. Our lecturers say that the code is all out there - that we just have to find it and put it together, but easier said than done. Theres a big difference between knowing the basics and trying to implement a private message system.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Basically, we have to find the code and then modify it to suit what we are doing. I'm looking for code now but it seems to be in bits and piece. So it looks like it will have to be put together like a jigsaw.
I have researched this and am making slow progress. There doesn't seem to be many tutorials about pm systems, and the code is all broken up. So I decided to find a forum and try and find some advice from all you experts out there. But I know you can't really help me if I don't ask any questions, but its hard to know what to ask.
I have researched this and am making slow progress. There doesn't seem to be many tutorials about pm systems, and the code is all broken up. So I decided to find a forum and try and find some advice from all you experts out there. But I know you can't really help me if I don't ask any questions, but its hard to know what to ask.
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
users need to be able to:
register
log-in
read pm's
send pm's
delete pm's
think about how to implement those pages
you need to read about conditional statements and mysql functions
http://www.php.net/manual
register
log-in
read pm's
send pm's
delete pm's
think about how to implement those pages
you need to read about conditional statements and mysql functions
http://www.php.net/manual