Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevArticles:
Building an AJAX-Based Chat - Interacting With a Database
Nov 22, 2005 @ 12:02:16

Our sister site, AjaxDeveloper.org, has posted about the last in the series from DevArticles about the creation of an Ajax-based chat with the help of PHP.

In this third and final part of a tutorial that explains how to build an AJAX-based chat application, Alejandro Gervasio covers creating the PHP files that directly interact with a MySQL database, adding and fetching chat messages. He also makes some suggestions for expanding the functions of the application.

All of the code is done in PHP, so it's pretty simple to get working (even if you need to translate it over). It basicly inserts each message into the DB and then pulls it back out to display the latest messages...

tagged: ajax chat database ajax chat database

Link:


Trending Topics: