Page 1 of 1

Message system

Posted: Wed Oct 01, 2003 1:34 pm
by nick2
I am trying to make a basic message system as easy as possible.. maybe even without using a database.

Well I would like to ask for some guidiance, maybe on how, and what you would use/do?

The User sends a message to another User type system.

Any suggestions or help would be great!

Thanks,
Nick

Posted: Wed Oct 01, 2003 2:08 pm
by m3mn0n
Analyze existing systems similar to the one you want to create and then figure out how each feature works in a PHP sence and then use the functions PHP provides to create the tool however you like. =)

This forum's messaging system is a good example to base your work on.