jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

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

Simple Connection to MySQL

Rating 2.0 2.0
The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases. In this tutorial, you will learn how to make a simple connection to MySQL using just a few of these functions.
Platform(s): n/a Date: Jun, 29 2000
DETAIL
Hits: 260

Simple Connection to PostgreSQL

Rating 4.0 4.0
Like MySQL, the PostgreSQL database is quite popular among PHP developers. Understandably, there are numerous well-documented PHP functions you can use in conjunction with PostgreSQL. Here you will find how to make a simple connection and select some data using just a few of these functions.
Platform(s): n/a Date: Jun, 29 2000
DETAIL
Hits: 324

Simple Connection to Sybase

Rating 2.0 2.0
This tutorial explains how to make a simple connection to Sybase using a few PHP functions.
Platform(s): n/a Date: Jun, 29 2000
DETAIL
Hits: 252

Simple ODBC Connections

Rating 0.0 0.0
PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to databases; to that end, the ODBC functions are numerous and well-documented in the PHP Manual. This tutorial presents how to make simple ODBC connections using just a few of these functions.
Platform(s): n/a Date: Jun, 29 2000
DETAIL
Hits: 731

Simple Pagination

Rating 0.0 0.0
Learn how to make pagination ([1][2][3]) with some lines of code, very explained.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Apr, 15 2006
DETAIL
Hits: 416

SImple PHP Database Abstraction Class

Rating 1.0 1.0
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.
Platform(s): Windows Date: Oct, 17 2006
DETAIL
Hits: 458

So you want to use a database in your site?

Rating 0.0 0.0
In this two-page online tutorial you will learn how to create a database-driven site that can display content on request. It covers topics on a simple SQL query interface and more complex example of parsing and querying.
Platform(s): n/a Date: Dec, 14 1999
DETAIL
Hits: 226

Sorting Database Results with PHP

Rating 0.0 0.0
This tutorial will show you how to display data from a database and allow the user to sort it.
Platform(s): n/a Date: Apr, 19 2005
DETAIL
Hits: 139

SQL Database Function Wrappers

Rating 0.0 0.0
When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query and then close the connection. This article shows how to create functions that will eliminate this redundancy. The tutorial uses MySQL as the database, but the database layer is irrelevant. These functions can be adapted to use other databases.
Platform(s): n/a Date: Jul, 17 2000
DETAIL
Hits: 420

SQL Theory & How-To

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jan, 08 2001
DETAIL
Amount: 124
Displaying: 101 - 110
Pages: << 1 2 3 4 5 6 7 8 9 10 [11] 12 13 >>