Categories
PHPTips and Tutorials → Database-Related

SQL Database Function Wrappers

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 red...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Descriptions of Common Data Types

This is a short reference to common data types of MySQL database, a shorter version of the one found in the MySQL manual.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple Connection to MySQL

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 u...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple Connection to Sybase

This tutorial explains how to make a simple connection to Sybase using a few PHP functions.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple ODBC Connections

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 data...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple Connection to Informix

This tutorial explains how to make a simple connection to Informix and select some data using PHP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Oracle and PHP

PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Interfacing With MS Access 97+

Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an Access database, Setting up an ODBC Connection, and Interfacing with database.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

MySQL and PHP

PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some situations. In this tutorial, you will learn how to access MySQL using PHP. Main topics include: Creat...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

A Contact Database using MySQL and PHP

MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you create dynamic Web applications such as catalogs, shopping carts, and contact lists. This article introduc...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com