Best Tutorials website
Latest tutorials

Advertisment

A MySQL Driven Chat Script

A MySQL Driven Chat Script

This article will show you how to create a quick-n-easy chat script using PHP and a very simple MySQL database. The script will allow visitors to...


Views: 1625 | Rating star | by Marry
PHP - Chat Systems

PHP-Based Chat Room

PHP-Based Chat Room

This particular design of web-based chat uses variables posted from a form, processes them into HTML and writes them to a file. Put the form and...


Views: 1606 | Rating star | by David
PHP - Chat Systems

Shoutbox

Shoutbox

Shoutboxes have become a popular way to leave messages at a site.


Views: 845 | Rating star | by David
PHP - Chat Systems

AJAX Chat Tutorial

AJAX Chat Tutorial

This tutorial will show you the basics of creating a web chat driven by AJAX. This is a great place to get started with AJAX technologies in a real...


Views: 817 | Rating star | by Sarah
PHP - Chat Systems

JSON AJAX Chat Tutorial

JSON AJAX Chat Tutorial

This tutorial will show you how to create an AJAX chat system using JSON as the data exchange format rather that the standard HTML. This tutorial...


Views: 833 | Rating star | by Brad
PHP - Chat Systems

Simple Chatbox in PHP/MySQL

Simple Chatbox in PHP/MySQL

A simple chatbox written in PHP and MYSQL database, includes table setup and basic administration area.


Views: 821 | Rating star | by Adam
PHP - Chat Systems