| Visit tutorial >> |
| Learn how to make a simple chatroom in php/mysql. |
| Hits: 313 |
| Visit tutorial >> |
| In the following walk-through tutorial you will learn how to create a chat icon |
| Hits: 158 |
| Visit tutorial >> |
| Learn how to clear the chat history with this tutorial. Most commonly known chat systems do not show you the conversations that have gone on before the user logs in. Developers therefore often like to emulate this behaviour in their FlashCom applications. There are several ways of clearing a chat. The chat history is held in a server side persistent shared object (SSPSO) by default. If you clear the contents of this object then all clients will reflect this change immediately through their onSync event. |
| Hits: 3260 |
| Visit tutorial >> |
| MySQL Driven Chat Script ! ... MySQL Contributed by Article Rating: / 128 2001-12-25 Poor Best Article Index: A MySQL Driven Chat Script (Page ... chat script using PHP and a very simple MySQL database. The script will allow visitors to choose a nickname enter text... |
| Hits: 304 |