Message system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
nick2
Forum Contributor
Posts: 118
Joined: Fri Jul 25, 2003 2:34 pm

Message system

Post 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
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post 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.
Post Reply