jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

DeEnFrSp
Amount: 124
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 6 7 8 9 10 11 12 13 >>
Sort Listings By:
Hits: 229

Creating Dynamic Next / Previous Buttons with PHP and MySQL

Rating 0.0 0.0
This tutorial explains how to program Next / Previous buttons with a dynamic, reusable class using PHP and MySQL or PostGreSQL.
Platform(s): n/a Date: Nov, 29 2000
DETAIL
Hits: 234

Creating dynamic Web sites with PHP and MySQL

Rating 0.0 0.0
This free, dW-exclusive tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will learn how dynamic sites work and how they serve the content, and you will be ready to serve your own dynamic content from your site. After a quick registration, you can begin the tutorial. The tutorial should take you about 1 hour to complete. You can take it online, or download a PDF or zip file of the tutorial.
Platform(s): n/a Date: Oct, 16 2001
DETAIL
Hits: 139

Data Integrity using MySQL and PHP

Rating 0.0 0.0
This is an overview of relational database concepts, specifically MySQL. It illustrate each of the concepts through simple examples.
Platform(s): n/a Date: Dec, 06 2000
DETAIL
Hits: 156

Data Integrity Using MySQL and PHP (Part 2)

Rating 0.0 0.0
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.
Platform(s): n/a Date: Dec, 06 2000
DETAIL
Hits: 791

Database Abstraction with ADODB

Rating 0.0 0.0
The use of abstraction layers is a controversial topic among PHP users. There are reasons why people use them, and likewise why they don’t. In this article I will be going through the advantages and disadvantages of using the ADODB database abstraction layer.
Platform(s): Linux, Windows, FreeBSD Date: Dec, 19 2006
DETAIL
Hits: 267

Database Abstraction with PEAR

Rating 0.0 0.0
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.
Platform(s): n/a Date: Apr, 19 2005
DETAIL
Hits: 166

Database connection in a class of its own

Rating 0.0 0.0
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.
Platform(s): n/a Date: Apr, 29 2003
DETAIL
Hits: 480

Database Driven Pagination Script

Rating 0.0 0.0
This is a database driven pagination tutorial. Pagination refers to when return results are broken up into pages. For example when say a search returns 100 results but 10 results per page is desired and links to the other pages with 10 more results are generated. This is used to avoid scrolling nightmares. A classic example is the google search. This tutorial assumes basic knowledge of php scripting and mysql databases.
Platform(s): Windows Date: Nov, 24 2004
DETAIL
Hits: 242

Database frontend with PEAR DataGrid and DataObject

Rating 0.0 0.0
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.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Oct, 12 2005
DETAIL
Hits: 417

Database Normalization And Design Techniques

Rating 3.5 3.5
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.
Platform(s): n/a Date: Dec, 17 2004
DETAIL
Amount: 124
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 6 7 8 9 10 11 12 13 >>