I have to build a simple chat system in PHP using Comet.
I don\'t know what would be the best approach to this project.
What is the best technique
You may want to look at WebChat2 This project uses comet, AJAX, and a custom HTTP server to communicate with IRC via sockets.