Entry
how can I proceed to implement chat using PHP3.0?Any related link for my query?
Can you provide more details on implementing chat with PHP?
Can you provide more details on implementing chat with PHP?
May 16th, 2000 12:05
Matt Gregory, Shachi, Lucia Siochi,
Your best bet for implementing chat with PHP is to set up a relational
databse for users, messages, and threads.
I would design this application with these interfaces:
- Read message module
- Post message module
- Browse all messages
- Browse thread
- Mail management modules
- User management modules
- Help modules
This is an extensive project. Expect it to take you a week or more to
write. Then, open source it so I can use it too. :)