Oracle Magazine Special offer for AjaxImpact.com Visitors!! Subscribe to Oracle Magazine for Free!
AJAX IMPACT



AJAX NEWS
Most Simple Ajax Chat Ever
03/22/2006, By Ajax Impact News



Over the javascriptsearch.com Chris have written a very simple way to do the chat using Ajax.

Basics of Chat:
  • we need to have 2 files : index.html and w.php
  • index.html reads the content and sends your message to w.php
  • w.php writes the content and prunes it to $maxlines lines
  • content stored as text in chat.txt
  • this uses 2 http_requests - 1 for checking the content, 1 for sending your message


  • Click here for a cool demo.

       Read More...


     Rate this Ajax News
    Error connecting to mysql