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

   Previous and Next Links   Hits: 4018 

 
After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database.


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

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

   Alternating row colors with PHP and mySQL   Hits: 3296 

 
A quick tutorial explaining how to alternate table row colors using PHP and MySQL.


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

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

   phpNet's User Registration (db)   Hits: 1264 

 
So you want to have the option to let users register on your website and have their information strored in a database? Well, you've come to the right place! We will explain in detail how to create a user registration and login script from the ground up. Since we will be using a database to store the information about our users, we will need to create a table in the database....


Version: 1   Platform(s): linux, windows   Updated: Mon Dec 20 2004

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

   Start Using MySQL   Hits: 4365 

 
A Brief introduction in how to use MySQL, Great tutorial for beginners.


Version: n/a   Platform(s): n/a   Updated: Wed Oct 13 2004

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

   Connect to MySQL   Hits: 513 

 
Shows you how to connect to a MySQL Server.


Version: 1.0.0   Platform(s): linux, windows   Updated: Thu Oct  7 2004

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

   ODBC with PHP: Tips and Hints on Windows   Hits: 3067 

 
ODBC is one of Microsoft's earliest technologies for connecting to databases. This article describes how to setup and use ODBC from a PHP perspective. Also discusses ODBC extension bugs, database wrapper libraries, Microsoft's ADO (which is Microsoft's recommended API for 4GL programmers) and DSN-less connections.


Version: n/a   Platform(s): n/a   Updated: Thu Jun 24 2004

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

   Count and display the number of rows in a MySQL database table   Hits: 2030 

 
This code will count the number of entries / records in a MySQL database table and then display it using echo.


Version: 1.0   Platform(s): Unix   Updated: Wed Mar 10 2004

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

   Newest MySQL manual in HTML Help (.chm)   Hits: 2953 

 
Everyone who likes MS HTML Help (.chm extension) can now obtain complete conversion of MySQL manual into this format. This conversion tries to bring additional functionality and make using of MySQL manual more comfortable.


Version: 5.0.0-alpha   Platform(s): Win 9x/NT/2000/XP   Updated: Mon Mar  8 2004

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

   Add a Row to mySQL   Hits: 1544 

 
Learn how to add a row to a mySQL database using a PHP form. Here is a useful script that Spoono uses to update the news.


Version: n/a   Platform(s): n/a   Updated: Thu Mar  4 2004

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

   Alternating Row Colors   Hits: 1999 

 
Alright, this is a simple little script which I got from some site a while back which lets you alternate colors in a table as rows come in from mySQL.


Version: n/a   Platform(s): Unix, Win NT   Updated: Fri Feb 27 2004

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

   Add a Row to mySQL   Hits: 1223 

 
Learn how to add a row to a mySQL database using a PHP form.


Version: n/a   Platform(s): Unix, Win NT   Updated: Fri Feb 27 2004

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

   How to create and access MySQL with PHP   Hits: 8533 

 
This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database. The first step you need to do is get a basic understanding of what MySQL is. If your site can handle or has access to a MySQL database you should try using the PHP Myadmin application to help you use and access your MySQL datases fast and easy.


Version: 1.0   Platform(s): Unix, Win NT, XP, etc.   Updated: Sun Feb  1 2004

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

   PHP and MySQL for beginners   Hits: 5379 

 
Very Simple tutorial to get you start using PHP with the most popular MySQL database.


Version: n/a   Platform(s): n/a   Updated: Mon Oct 13 2003

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

   MySQL Tutorial   Hits: 3675 

 
MySQL Tutorial shown in a variety of ways!


Version: n/a   Platform(s): all   Updated: Sun Oct  5 2003

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

   A Tutorial on Porting MySQL code using ADODB   Hits: 2505 

 
In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the parameters you use for the different connect functions are different also.. That's why a database wrapper library such as ADODB comes in handy when you need to ensure portability. <p> This tutorial has been translated into multiple languages, including German, Spanish, Polish, Thai and Chinese.


Version: n/a   Platform(s): n/a   Updated: Fri Sep  5 2003

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

   MySQL Efficiently using ADOdb   Hits: 1075 

 
Learn how to use ADOdb and MySQL for a more efficient website.


Version: n/a   Platform(s): All   Updated: Thu Aug 28 2003

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

   phpMyAdmin Tutorial: Transformations & PDF-Features   Hits: 3714 

 
After having worked through this tutorial you will be able to: * know how the additional phpMyAdmin features using special seperate tables work and how to set them up * store pictures inside a MySQL table and view them from within phpMyAdmin * put specific transformations on any of your columns * create your own transformations, even with active PHP-code in it! * create PDF pages of your table layout, with relations and individually positioned ER-models At the end of this tutorial there's also some hints on getting the most out of your phpMyAdmin config file, showing you some configuration directives which seem to get less public attention.


Version: 0.9   Platform(s): All   Updated: Sun Jul 27 2003

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

   PHP and mySQL Introduction   Hits: 5819 

 
A detailed introduction to PHP and mySQL interaction. Includes detailed comments to help newbies get used to PHP and understand what is happening in each script.


Version: n/a   Platform(s): n/a   Updated: Tue Jul 22 2003

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

   Database connection in a class of its own   Hits: 1908 

 
The usage of databases in larger web-based applications is essential. By using basic object-orientated techniques we can minimize the fuss of connecting and interacting with a database. We can also reuse this code in other applications: a huge benefit of 'OO' programming.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 29 2003

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

   PHP and Microsoft Access Database (ODBC)   Hits: 4386 

 
Learn to utilize Microsoft Access Database and ODBC Connections with your PHP scripts. This method Very similar to using MySQL.


Version: n/a   Platform(s): n/a   Updated: Fri Mar 21 2003

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

  Total: 151    Displaying: 81 - 100 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