- 1,251 categories
- 40,829 scripts
- 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.
- This is a nice tutorial on how to use PostgreSQL and PHP together. Topics covered include: Installation of PostgreSQL, PHP, and Apache, A Brief Introduction and Basic Commands, Different Types of Data, Retrieving Data from a Database, Inserting Data ...
- 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.
- 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).
- 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 ...
- 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 stu...
- 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.
- 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...
- 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.
- This is an overview of relational database concepts, specifically MySQL. It illustrate each of the concepts through simple examples.
Page: