mybluehair Posted November 20, 2007 Share Posted November 20, 2007 i figure it would be pretty easy to make a private message system seeing as i already have a member system but i want to make a feature were useres can enter in a message and send it to a certain person. when that certain person gets the PM, if they have not read it, there should be a little thing at the top that sayes "you have a new PM" i was thinking that it would consist of maybe 3 pages. a file for the html form, then a file to insert that into mysql, and then i bit at the top of every page checking to see if you have a new PM. oh, and then ofcourse a file for the intened person to veiw the message grabed from mysql. so can someone help me along? my users are stored in a mysql table called users, and the feilds of that (in order) are: id, Username, Password, Name, Email, Date, IP, Actkey, Activated, rank Link to comment https://forums.phpfreaks.com/topic/78045-solved-i-want-to-make-a-pm-system/ Share on other sites More sharing options...
nuxy Posted November 20, 2007 Share Posted November 20, 2007 You can make a few functions for this, and then only use one or two pages. Here is a tutorial for writing a PM system, by Obsidian. http://www.phpfreaks.com/tutorials/148/0.php Link to comment https://forums.phpfreaks.com/topic/78045-solved-i-want-to-make-a-pm-system/#findComment-395021 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.