| | | | |
A Framework for Persisting Data Relationships | | This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job. Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Building database table handlers in PHP using OO approach | | OO approach described in this article helps to create data layer abstractions which are easy to port to other databases without altering the application code Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Database Abstraction with PEAR | | So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company won't be using MySQL anymore. You're moving to Oracle. Your application is dead in the water. You should have used database abstraction. Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Database frontend with PEAR DataGrid and DataObject | | Structures_DataGrid and DB_DataObject are two PEAR components, which can be connected together, to easily display the data contained in a SQL table, and let the user sort and page through it. With minimal typing, this tutorial shows you how you can bypass the usual steps of parsing GET parameters, performing SQL requests, and generating HTML content. Price: free - Version: - Platform(s):
Added: Thu Feb 09 2006 - Updated: Thu Feb 09 2006 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(1 Votes) | Mastering phpMyAdmin for Effective MySQL Management | | This is the Full chapter 6 from the recently published book 'Mastering phpMyAdmin for Effective MySQL Management'. The Chapter 'Changing Table Structure' give a great step by step guide with diagrams. Publshed in HTML for your enjoyment. Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(1 Votes) | Multicolumn Output from a Database with PHP | | Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done.
Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | myphpbooks | | This script is a real world application that shows how to use MySQL with PHP. You can learn from the step by step commented php source code how to build a php program that uses MySQL to keep a database of your books. Program functions implemented include, saving a new record, listing of records for user selection, selection of a record and displaying its details, updating a record, deleting a record and searching for records. Once you have learned the techniques used in this program, you can build any php-mysql based programs.
Price: $24.95 - Version: - Platform(s):
Added: Thu Feb 09 2006 - Updated: Thu Feb 09 2006 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | MySQL Basics | | This tutorial teaches you how to perform all the main functions of sql into mysql in a simple manner. MySQL is often the backbone of an site, it powers most forums, guestbooks etc, in this tutorial I will teach how things can be done with it.
Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | MySQL Database Handling in PHP | | this article is a tutorial on how to use php to:
1. Connect to a mysql database
2. Execute standard SQL statements against the mysql database Price: free - Version: - Platform(s):
Added: Thu Aug 11 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(2 Votes) | MySQL Database Handling in PHP | | This comprehensive mysql tutorials touches on Starting a Session with MySQL,Executing SQL Statements against a MySQL database and demonstrating how a SELECT SQL statement is executed against the selected database. features full code and examples. Price: free - Version: - Platform(s):
Added: Thu Feb 09 2006 - Updated: Thu Feb 09 2006 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PHP & MYSQL Setting up the database | | This tutorial is the second part of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database through phpmyadmin and create a PHP Script to make tables for the MYSQL database and more.
Price: free - Version: - Platform(s):
Added: Thu Feb 09 2006 - Updated: Thu Feb 09 2006 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PHP & MYSQL Tutorial: Inserting Data into mysql | | This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using Mysql INSERT command.
Price: free - Version: - Platform(s):
Added: Thu Feb 09 2006 - Updated: Thu Feb 09 2006 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PHP and MySQL examples | | The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned. Price: Free - Version: - Platform(s):
Added: Wed Oct 05 2005 - Updated: Wed Oct 05 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PHP and Writing to MySQL Databases | | This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PHP MySQL Tutorial | | This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, contact form, Content Management System (CMS), User Authentication etc. Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PhpMini Mysql | | This tutorial will give you a better explanation of how the mysql works with PHP! Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Previous and Next Links | | After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database. Price: Free - Version: - Platform(s):
Added: Thu Oct 06 2005 - Updated: Thu Oct 06 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Random MySQL result-set | | This sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results. Price: Free - Version: - Platform(s):
Added: Wed Oct 05 2005 - Updated: Wed Oct 05 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | | |