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: 61 - 80 Pages:   1 2 3 4 5 6 7 8

   MySQL - Connecting PHP to Database   Hits: 249 

 
This article provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.


Version: 2.00   Platform(s): n/a   Updated: Thu Nov  8 2007

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

   Basics of MySQL   Hits: 226 

 
MySQL is a very powerful language. Coupled with PHP you can do just about anything you want. This tutorial here will cover "INSERT", "SELECT", "DELETE", "UPDATE" and "RAND".


Version: 1.0   Platform(s): linux, windows   Updated: Wed Nov 14 2007

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

   PHP MySQL by examples   Hits: 303 

 
Learn by examples how to manipulate your database using PHP. Various methods and practices explained.


Version: n/a   Platform(s): n/a   Updated: Thu Oct 25 2007

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

   Export Database Schema as XML   Hits: 439 

 
Sometimes it can be useful to have a dump of the current database schema. This script reads the schema from a MySQL database and outputs XML that describes the schema.


Version: n/a   Platform(s): n/a   Updated: Sun Feb 18 2007

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

   Optimize All Tables In A MySQL Database   Hits: 727 

 
If you have a database driven site and you want to optimize MySQL tables then this is perfect. It goes through all the tables in a MySQL database and does table optimization on each one using the MySQL Optimize Table syntax.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 25 2007

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

   A script to generate a report from a valid mysql connection   Hits: 696 

 
A script to generate a report from a valid mysql connection. The user has to supply which fields he wants to display in table. All properties are changable.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 11 2007

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

   A class to connect mysql servers using text files   Hits: 371 

 
If you're using different databases and remote sites to test and/or install scripts. Here is a little class which can prevent some troubles. When connecting a remote mysql_server, it reads a file where all connection items such as host, user.. are stored.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 11 2007

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

   SImple PHP Database Abstraction Class   Hits: 501 

 
This DB connectivity class makes it even easier to work with data from MySQL databases. It handles errors, features a better result object, and allows you to iterate through the rows returned by a SELECT query.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Oct 17 2006

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

   How to connect to MS SQL Server database   Hits: 2302 

 
Before you can get content out of your MS SQL database, you must know how to establish a connection to MS SQL Server from inside a PHP script. This tutorial describes how to connect to MS SQL database with a DSN and without a DSN.


Version: n/a   Platform(s): n/a   Updated: Thu Sep 21 2006

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

   DSN and DSN-less connections   Hits: 670 

 
DSN stands for 'Data Source Name'. It is an easy way to assign useful and easily rememberable names to data sources which may not be limited to databases alone. DSN-less connections don't require creation of system level DSNs for connecting to databases and provide an alternative to DSNs. This tutorial will show you how to connect to an Access database with a DSN and without a DSN.


Version: n/a   Platform(s): n/a   Updated: Fri Sep 15 2006

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

   MySQL Database Handling in PHP   Hits: 1401 

 
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.


Version: n/a   Platform(s): linux, windows   Updated: Fri Feb  3 2006

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

   MySQL Database Handling   Hits: 874 

 
Learn how to handle MySql databases in PHP


Version: n/a   Platform(s): n/a   Updated: Sat Jul 30 2005

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

   Conecting to a MySql Database in PHP   Hits: 680 

 
Learn how to connect to a MySql database in PHP.


Version: n/a   Platform(s): n/a   Updated: Sat Jul 30 2005

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

   Creating Database Error Messages   Hits: 438 

 
Ever see the little errors of unable to find a file that is stored in mysql? Well you can use this tutorial to add a little message so the viewers know whats going on.


Version: 1.0.1   Platform(s): linux   Updated: Thu Jun  9 2005

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

   SQLite: A Lightweight Alternative   Hits: 1334 

 
In this tutorial, Timothy shows you how to get started using SQLite starting with how to obtain it and install it and progressing through example usage.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   Sorting Database Results with PHP   Hits: 5263 

 
This tutorial will show you how to display data from a database and allow the user to sort it.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   A Framework for Persisting Data Relationships   Hits: 1502 

 
This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   Multicolumn Output from a Database with PHP   Hits: 3158 

 
Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   Displaying Data In A MySQL Database   Hits: 1879 

 
This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.


Version: n/a   Platform(s): n/a   Updated: Mon May  9 2005

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

   Database Abstraction with PEAR   Hits: 1454 

 
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.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

  Total: 151    Displaying: 61 - 80 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