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

   PHP MySQL tutorial   Hits: 345 

 
In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Mar 16 2008

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

   Creating a simple SQL script executor   Hits: 399 

 
In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Nov 20 2007

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

   Creating an object oriented MySQL abstraction class   Hits: 785 

 
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov  2 2007

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

   Select random records from a MySQL database   Hits: 1327 

 
Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials. This tutorial shows you how to select records randomly from a MySQL database.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Oct 29 2007

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

   Insert MySQL PHP data   Hits: 124 

 
In thie tutorial you will learn how to insert information in to a PHP MySQL database.


Free   Version: n/a   Platform(s): n/a   Updated: Thu Apr 17 2008

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

   Display PHP MySQL Data   Hits: 595 

 
Learn how using dreamweaver can display information stored in a MySQL database.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Jan 11 2008

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

   Using PHP with MySQL   Hits: 557 

 
Quick and easy script on how to create a DB link and execute an sql statement


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Nov 13 2007

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

   PHP Database Integration With MySQL   Hits: 1374 

 
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to MySQL Database Server Create new Database Select MySQL Database Add data to table Retrieve data Error Handling


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, sun   Updated: Fri Feb 29 2008

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

   Create a database on the fly   Hits: 123 

 
In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To create a database with PHP we first need to connect as a user that has the ability to create new databases...


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Mar 23 2008

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

   Export picture from mysql database to file with php   Hits: 267 

 
Mysql provide blob type for storing data, if you looking a way to export your blob data into a file (picture) maybe this tutorial will help.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Dec 12 2007

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

   Sending queries to mySQL   Hits: 193 

 
PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().


Free   Version: 1   Platform(s): windows   Updated: Fri Jan 11 2008

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

   Installing phpMyAdmin   Hits: 253 

 
This is a guide aimed at getting phpMyAdmin installed on your server in very little time. It covers all the basics, and should get phpMyAdmin running on most servers.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx   Updated: Wed Jan 23 2008

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

   Backup all your databases with one click   Hits: 532 

 
This is a script usefull mostly to server admins, which will automatically detect all your mysql databases and backup/compress them.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Aug  3 2007

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

   How to create a database and an user in cPanel   Hits: 1762 

 
This tutorial might seem pretty simple and obvious for many advanced webmasters, but some beginners might have some problems. And since I remember I was a bit stuck on this years ago too, why not make things clear for anyone? When do we need to do this? Everytime we install a forum or a CMS that requires an empty database being already created for the install process.


Free   Version: n/a   Platform(s): n/a   Updated: Wed Jul 18 2007

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

   Counting records in PHP/mySQL   Hits: 555 

 
Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jul 12 2007

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

   SQL Server FAQs - PHP MSSQL Functions - Connections and Query Execution   Hits: 442 

 
A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts. Clear explanations and tutorial exercises are provided on SQL Server connection; providing port number; selecting database; running SQL statements; checking execution errors; looping through query result; looping through result fields.


Free   Version: 1.0   Platform(s): n/a   Updated: Fri Jul 13 2007

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

   Importing csv data into MySQL with php script   Hits: 1727 

 
This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import function in phpMyAdmin will not import the way you want.


Free   Version: n/a   Platform(s): linux, windows, freebsd, sun   Updated: Sun Feb  4 2007

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

   Protecting against SQL injections   Hits: 634 

 
SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, sun   Updated: Tue Apr 17 2007

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

   5 useful PHP functions for MySQL data fetching   Hits: 1362 

 
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Mar 30 2007

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

   Migration of Access data to MySQL   Hits: 518 

 
In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It!


Free   Version: 1.00   Platform(s): linux   Updated: Mon Feb 12 2007

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

  Total: 151    Displaying: 1 - 20 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