tehyev 0 Report post Posted October 31, 2006 I have heard that you can build a chat for a website that would display the username, etc, using PHP, Javascript, and AJAX. So Im wondering how this can be done and if there are any tutorials on how to do it, or tutorials on AJAX. Thank you. Share this post Link to post Share on other sites
ghostrider 0 Report post Posted October 31, 2006 There are a couple different ways you could do this using PHP. You could save the things people say in a text file, or in a mysql database, and then have the page refresh every so often to update what is being said. In the cpanel there is a phpmychatroom that you can use. If you want to develop something you can pm me and ill help you along with the PHP. I don't know anything about AJAX, but you can probably google it and find a good tutorial. Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted October 31, 2006 Here are some links to ajax chats, although I been hearing soem bad stuff about it can't give specifics but their around.http://forums.xisto.com/no_longer_exists/https://github.com/brettstimmerman/lacehttp://forums.xisto.com/no_longer_exists/PHP Chat linkshttp://www.pixel2life.com/tutorials/php_coding/chat_scripts/ Share this post Link to post Share on other sites