Posts Tagged 'MySQL'

How to Install MySQL Database Server on Windows XP

Posted by admin on December 11 2009 Add Comments

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

Posted by admin on December 11 2009 Add Comments

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

Posted by admin on December 11 2009 Add Comments

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 [...]

PHP MySQL class generator

Posted by admin on December 11 2009 Add Comments

PHP MySQL class generator

By : marco voegeli
This package can be used to generate classes that wrap rows of MySQL database tables providing an object oriented interface to manipulate the table row data.
It generates getter and setter functions to access the table row column values as class variables.
It also generates functions to insert, select, update and [...]

MySQL tables description generator

Posted by admin on December 11 2009 Add Comments

MySQL tables description
generator

by : chen kinnrot
This class can be used to generate PHP classes that describe MySQL database tables.
It can query the definition of a given MySQL database table and generate a PHP class with functions that return details about the table.
Currently it generates functions to return the name of the table and its fields.
Download [...]

Convert MySQL tables to PHP class

Posted by admin on December 11 2009 Add Comments

Convert MySQL tables to PHP class

By : Rafael Rocha
This class can be used to generate code to access MySQL records as objects.
It accesses a given MySQL database and retrieves the list of tables and information about the respective table fields.
The class can generate code for classes that can be used to access the respective MySQL [...]

Class Generator for MySQL Tables

Posted by admin on December 11 2009 Add Comments

Class Generator for MySQL Tables
By : Stephen Powis
This class can be used to generate classes to access MySQL database table records as objects.
It can associate fields of a given MySQL database table to variables of the class to be generated.
The class generates a class file with setter and getter functions to access the values of [...]

MPTTA for PHP and MySQL

Posted by admin on December 10 2009 Add Comments

MPTTA for PHP and MySQL
By : Andrea Giammarchi
This class can manage hierarchic trees of information stored in a MySQL database.
It can add, move or delete branches inside a database tree created using the Modified Preorder Tree Traversal Algorithm described by Joe Celko in the DBMS Magazine in 1996.
This class can run using PHP 4 and [...]