Home

Submit

Source

Feeds

Home » PHP » Chats ::

PHP Chats
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 the message file in a frameset and you have something that looks reasonably like a BeSeen chat room. Of course the advantage is, our chat room can be a little more clever than it's BeSeen cousin.
Related Tutorials
PHP Chats
Design an Online Chat Room with PHP and MySQL
PHP / Chats
In this article, you will learn how to design and develop a simple online chat room with PHP and MySQL. This tutorial explains every steps of the development, including both database design and PHP programming. Basic computer skills and knowledge of HTML and PHP are required.

Site: www.webdesign.org Report - View Tutorial

PHP Chats
A MySQL Driven Chat Script
PHP / Chats
In this article, Tim 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 choose a nickname, enter text to send to the chatting window, and view messages from other people... all in real-time! For a bit of fun, the chat application also has buttons to send several emote-icons including smiling and frowning faces.One of the most popular uses for the Internet is person-to-person communication.

Site: www.devarticles.com Report - View Tutorial

PHP Chats
Mini-Chat Tutorial
PHP / Chats
This tutorial is about my mini-chat script. It's not really a chat, since dialogs are updated only when page refreshes. It is the first tutorial of a series for some development techniques.

Site: codewalkers.com Report - View Tutorial

PHP Miscellaneous
Storing Data in the Client
PHP / Miscellaneous
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on the server which writes another program to be executed on the client. Let's pick PHP (of course) for the server and JavaScript for the client. We'll show you in this article how you can use this scheme to store data in the client and then minimize the data transfered between the server and the browser for interactive applications like a chat room, a news system or whatever you want.

Site: www.phpbuilder.com Report - View Tutorial

PHP Chats
AJAX Web Chat Part 1
PHP / Chats
This tutorial will walk you through the step in order to create an AJAX driven web chat program. This will be a very simple program, but will be expanded upon in future tutorials.

Site: www.dynamicajax.com Report - View Tutorial

PHP Databases
PHP DB Admin Control
PHP / Databases
This is a small web based database administration code using PHP 4+ and mySQL database.

Site: www.sourcesystems.net Report - View Tutorial

PHP Chats
Simple Chatbox in PHP/MySQL
PHP / Chats
This will show you how to build the frontend of a PHP/MYSQL based chatbox that has a WYSIWYG built in.

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP Membership
Session Management and Authentication with PHPLIB
PHP / Membership
This three-page online tutorial talks about managing user session and authntication using PHPLIB, a set of PHP classes designed to make is easier to develop web based PHP applications.

Site: www.phpbuilder.com Report - View Tutorial

PHP Date and Time
Working with dates and times in PHP
PHP / Date and Time
When developing more complex PHP sites, especially forums, discussion boards and blogs where date and time functions are important, you'll regularly encounter situations where you need to display and manipulate values based around the current date and time.

Site: www.roughguidetophp.com Report - View Tutorial

PHP Templates
HTML Templates
PHP / Templates
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include based upon the page currently being viewed.

Site: www.olate.co.uk Report - View Tutorial

PHP Forums and Guestbooks
Discussion Forums with PHP
PHP / Forums and Guestbooks
All sites need a community formed around them, and discussion forums are the ideal method of doing this. This step-by-step tutorial shows how to use PHP and MySQL to create a Web-based forum.

Site: www.thescripts.com Report - View Tutorial

PHP General Development
Get the full URL of your page using PHP
PHP / General Development
Very often we need to have the ful URL of the page and use it somehow in our code, for example a dynamic script with social bookmarks or anything else we can think of. This can be done using Javascript but I prefer to use PHP since it's not based on the client side and it works with or without Javascript turned on in our browsers.

Site: www.roscripts.com Report - View Tutorial

PHP Installation
Installing PHP on a Mac
PHP / Installation
One great aspect of Mac OS is that it ships with a preinstalled Apache server and PHP4. So if you want to develop dynamic PHP based web sites on your local machine, you just have to enable the PHP4 module and start the server.

Site: www.webdesign.org Report - View Tutorial

PHP Site Analysis
Graphing in PHP - Make your own line graph using PHP functions
PHP / Site Analysis
In this tutorial I will show you how to make your own line graph using GD functions in PHP, based on traffic statistics for a desired page. So this tutorial will require a MySQL database to hold the information from daily traffic statistics.

Site: www.tutorialtoday.com Report - View Tutorial

PHP Functions
PHP Includes
PHP / Functions
PHP has a very handy function called include(). This includes a page within the current page seamlessly. Whereas using iframes or frames in HTML is a separate page to the parent one. include() can be very useful for when you want to inclide content based on a certain topic.

Site: pdstudios.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement