|
Mini-Chat Tutorial
Home » PHP » Chat Systems
Mini-Chat Tutorial
This tutorial is about my mini-chat script. It's not really a chat, since dialogs are updated only when page refreshes. It is the first tutorial of a series for some development techniques. Right now, I will focus on explaining how I managed the building of this mini-chat.
First thing to ask is what is chatting? So what do I need to Code? Basicly, a chat is a set of messages posted by someone, and in the order they've been posted. So we can write a first form, having two fields 'login' and 'message'. Then, we have to append it to a file, or better, a database. The details for the form syntax may be found in Matt's Tutorial.
|
More Tutorials by this user
|
|
|