Scripts n'Stuffs
Directory

Subscribe to this category

Top > PHP > Tips and Tutorials > Database-Related  

Web Links
Sort By :
51. SQL Theory & How-To



This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2) Building those queries on the fly according to user input.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

52. Doing Simple DB Abstraction in PHP



This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases. The tutorial uses a PHP PostgreSQL API as an example.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 9 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

53. Building Next/Prev Buttons for Query Results (Part 2)



In this Part 2 of the article "Building Next/Prev Buttons for Query Results," you will be shown a sample code designed to work in most instances (with minor changes).
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 0 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

54. PHP4 Session Handler using ADODB



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.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

55. ODBC Socket Server



This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.linuxave.net/. This tutorial will take you through configuring your machines and using the socket server.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

56. An Introduction to Database Normalization (part 2)



The author notes, "Last week we introduced you to the basics of creating an efficient database table structure. After today's concluding article of this series you'll be able to create some of your own MySQL-powered applications, or use this syntax as the basis for learning to create normalized databases on your database server of choice."
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

57. Data Integrity using MySQL and PHP



This is an overview of relational database concepts, specifically MySQL. It illustrate each of the concepts through simple examples.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

58. Data Integrity Using MySQL and PHP (Part 2)



A continuation of the series, "Data Integrity Using MySQL and PHP," this article discusses the concept of auto_increment fields in MySQL, to cause MySQL to store a unique, incrementing integer in the field of each new row.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

59. Creating Dynamic Next / Previous Buttons with PHP and MySQL



This tutorial explains how to program Next / Previous buttons with a dynamic, reusable class using PHP and MySQL or PostGreSQL.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

60. PHPLIB and multiple databases



This 6-page article explains how to create an extension to PHPLIB to work with multiple databases. You may find this article helps you extend PHPLIB in other ways. Read this article to the end and then think about situations where PHPLIB performs 98% of what you want.
Category:   PHP > Tips and Tutorials > Database-Related

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages:       6     


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS