Categories
Tags → Mysql Class

Databasic - MySQL Handler

A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more. * Creates a persistent connection to a specified databa...
DETAILS

phm Instant Messenger

This class can be used to manage users and friends that exchange messages. It can create and retrieve records in MySQL database tables that contain information of users, friends and messages that they may exchange. Currently the class impleme...
DETAILS

Id3 Tag Correction and Downloading

This class can be used to correct tags of MP3 tags of music with records stored in a MySQL database. It scans a MySQL database table with information about music albums to see which albums did not have yet the associated ID3 tags. The class a...
DETAILS

exportDb

This class can be used to create a backup of a MySQL database using the mysqldump command. It invokes the mysqldump command to generate a backup file of a given database on behalf of a given authenticated MySQL database user. The generated ba...
DETAILS

Album Art Downloader

This class can be used to retrieve music album images from Amazon.com site. It accesses Amazon.com Web services API server and retrieves the URL of music album images. The class also retrieves the image files into a local server directory and...
DETAILS

PHP Calendar of Events

This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add an event for each day in a year by calling a simple addEvent met...
DETAILS

Sam Database Pagination Class

This class can be used to display database query results split in multiple pages. It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to ...
DETAILS

Page:
©2019 A--9.com