Quizzes & Puzzles1 min ago
Personal Message Script
5 Answers
Does anybody know if there is a script or program that I can download that allows people to register a username and pasword on my site then send personal messages to each other etc? Thanks in advance.
Answers
Best Answer
No best answer has yet been selected by wizard. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.phpBB is free forum software which does what you need (and so much more that it's possibly a bit of overkill).
Where are the messages stored - on your server? Emailed?
This doesn't sound too difficult, unless you want to make it hack and idiot proof you should be able to write this yourself without a fantastic amount of expertise.
Where are the messages stored - on your server? Emailed?
This doesn't sound too difficult, unless you want to make it hack and idiot proof you should be able to write this yourself without a fantastic amount of expertise.
If you've programmed anything on your site that involves a database then you should be able to save these messages to a new table in the database, mark them as read/unread and notify users of new messages.
Do you want the messages to be the equivalent of a "private message"/email or real time chat? The latter would be more tricky I think.
Does your site use any language beyond html already? asp or php for example?
Do you want the messages to be the equivalent of a "private message"/email or real time chat? The latter would be more tricky I think.
Does your site use any language beyond html already? asp or php for example?
I could knock this together in asp as I have more experience of that but I might have a look at how easy it is in php & mySQL which I've almost never used. All I've ever done in php is display someone's IP address!
If you can find an online tutorial for saving *anything* to a mySQL database with php then you'll be 80% of the way there once that works.
If you want me to have a nosey about later:
http://www.stevie21.f2s.com/AB/stevie.jpg
If you can find an online tutorial for saving *anything* to a mySQL database with php then you'll be 80% of the way there once that works.
If you want me to have a nosey about later:
http://www.stevie21.f2s.com/AB/stevie.jpg
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.