Ok, this is going to be a tutorial that will show you how to build the frontend of a PHP/MYSQL based chatbox that has a WYSIWYG built in.
First we need to set up the mySQL database:
We’re going to call this table chatmessages for this tutorial. It needs 5 fields:
ID – Bigint, primary , [...]
Archive for the 'MySQL' Category
Simple chatbox tutorial
AJAX Multi-Level Comments
Intro
Folder Structure
MySQL Table
Html And Css
main.css
index.php
AJAX And Javascript
Event Listeners For `Reply` Link
Event Listener For Comment Submitting
Generating Comments
Saving Comments And AJAX
Conclusion
In this tutorial we will create multi level comments. You must have seen comments on youtube and that they have levels depending on who replied to [...]
How to Install MySQL Database Server on Windows XP
Go to your desktop and inside the folder you have initially created find file mysql-5.0.41.win32.zip. Extract the content of this file to the same folder on the desktop. Now go inside mysql-5.0.41-win32 folder and double click Setup.exe. Follow the steps:
Fig. 18 – Click next.
Fig. 19 – Select Custom and click next.
Fig. 20 – Click Change [...]
Log User Data with PHP & MySQL
Hello, if any of you guys want to know who is visiting your website and when, then this is for you.
This will consist of 3 files for adding and displaying the logs (plus any other page you wish to log user data from).
The first thing we have to do is create a new table in [...]
Making A Cool Login System With PHP, MySQL & jQuery
You can Download the demo here:
http://www.ziddu.com/download/7165277/demo.zip.html
Introduction
Today we are making a cool & simple login / registration system. It will give you the ability to easily create a member-only area on your site and provide an easy registration process.
It is going to be PHP driven and store all the registrations into a MySQL database.
To add [...]
