Home    Add a Script    Modify a Script    Log-in    Register    Link to us    Contact us
Web Scripts Directory - PHP, ASP, CGI, Perl, JavaScript, and hosted scripts Search:
New Listings    Most Popular    Top Ranked    Search Database    Web Hosting
 
Web Directory
Web Design Templates
 
   Recommended
Web Templates
Free Photos
Webmaster Directory
 
   Categories
ASP Scripts
ASP.NET Scripts
C and C++ Scripts
CFML Scripts
CGI and Perl
Flash
Java Applets
JavaScript
PHP Scripts
Python Scripts
Remotely Hosted
Tips and Tutorials
Tools and Utilities
 
 
   Partners
PHP Tutorials
CSS Examples and Gallery
Chipmunk Scripts
Website Templates
Free Website Templates
Free Templates
Free Tutorials
PHP Development
Flash Templates
Web Templates
Logos
Clipart
Stock Photos
 
   Google Ads

 
    Home : Tips and Tutorials : PHP : Database
Total: 21
1 2 [>>]
 
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)

Adding Rows into mySQL from a web interface
Here I present a useful tutorial which will allow you to put data from a form to mySQL DB table.

Price: free - Version: - Platform(s):

Added: Thu Aug 11 2005 - Updated: Thu Aug 11 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)

Dealing with special characters
This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output.

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)

Fetching data from mysql and displaying it in table.
Quick and easy tutorial allowing you to connect to database, query it and display the result in tables.

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)

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)

Total: 21
1 2 [>>]
 
Web Hosting Providers | Advertising Info | | Terms of Use | Privacy Policy | Link to us | Contact Us
Copyright © 2004-2007 ScriptsBank.com. All rights reserved.