The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Database-Related
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 151    Displaying: 41 - 60 Pages:   1 2 3 4 5 6 7 8

   Alternating row colours   Hits: 1147 

 
shows you how to generate a table with alternating row colours from a MySQL databse.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Apr 15 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Table Editor Comparison   Hits: 1109 

 
This article provides a comparison of three popular table editor libraries and applications. Namely, the TableEditor Library (available form phpguru.org), phpMyEdit and dbPerceptor.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Mar 14 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Working With Excel Files. (comma Delimited Or Csv)   Hits: 5408 

 
Here is how to work with Excel files and PHP.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Feb 11 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP & MYSQL Tutorial: Inserting Data into mysql   Hits: 3282 

 
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.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Jan  4 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP & MYSQL Setting up the database   Hits: 1395 

 
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.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Jan  4 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Display a Database   Hits: 4743 

 
In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Nov 12 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Add Row to a Database Table   Hits: 1935 

 
In this tutorial you will learn how to add a row to a MySQL database using the power of PHP. This would work great for a comment board.


Free   Version: n/a   Platform(s): n/a   Updated: Mon Oct 31 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Database frontend with PEAR DataGrid and DataObject   Hits: 2052 

 
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.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Oct 12 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Mastering phpMyAdmin for Effective MySQL Management   Hits: 1307 

 
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.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Sep  6 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Dealing with special characters   Hits: 1077 

 
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.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Jun 17 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP MySQL Tutorial   Hits: 5546 

 
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.


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri Apr 29 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Php MySql Primer   Hits: 1717 

 
topics covered, - mysql connections - error handling - listing databases on a server - listing tables in a database - printing mysql table fields into table header - printing the data into the table automatically why should you look at it? - no specific fields mentioned, just point the script at a server, db and table and watch it do its thing! - you get to reuse the code easily - no functions, includes, api's or anything - all 100% php + mysql code for beginners - runs on php4 or php5, with any mysql version by tss503


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue May  3 2005

Listing Details
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Random MySQL result-set   Hits: 2061 

 
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.


Free   Version: 1.0   Platform(s): n/a   Updated: Sun Apr 17 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP and MySQL examples   Hits: 10794 

 
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.


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon Apr 18 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP and Writing to MySQL Databases   Hits: 5707 

 
This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Apr 16 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP4 Session Handler using ADODB   Hits: 3737 

 
PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. PHP4's session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.


Free   Version: 0.81   Platform(s): n/a   Updated: Thu Apr 14 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Database Normalization And Design Techniques   Hits: 4163 

 
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Dec 17 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   myphpbooks   Hits: 1959 

 
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.


Commercial   Version: 1.1   Platform(s): linux, windows   Updated: Mon Jan 23 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Tutorial: SQL Basics 1 Databases (Creating and Deleting)   Hits: 567 

 
This tutorial will explain the basics of core databases in SQL without complicating with mySQL. Will show you the how to create and view databases in the system and how to create and run sql scripts in the monitor and phpMyAdmin further tutorials will go into the basics of tables following with advanced tutorials.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 13 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Connecting to mySQL   Hits: 488 

 
This is a small tutorial detailing how to connect to mySQL. It is easy to follow and can be pulled right of the site. Ideal for newcomers to PHP that want to look at connecting to databases.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 13 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 151    Displaying: 41 - 60 Pages:   1 2 3 4 5 6 7 8

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog