Best Tutorials website
Latest tutorials

Advertisment

Multicolumn Output from a Database with PHP

Multicolumn Output from a Database with PHP

Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done.


Views: 878 | Rating star | by Mark
PHP - Database Related

Tips on Writing Portable SQL for Multiple Databases with PHP

Tips on Writing Portable SQL for Multiple Databases with PHP

If you are writing an application that is used in multiple environments and operating systems, you need to plan to support multiple databases. This...


Views: 872 | Rating star | by Jason
PHP - Database Related

Slash 'em: The War Against Magic Quotes

Slash 'em: The War Against Magic Quotes

Those little quotes ' are the one of PHPs demons. Learn the right way to deal with them, to allow your code to be portable to any PHP...


Views: 0 | Rating star | by Simon
PHP - Database Related

Alternating row colors with PHP and mySQL

Alternating row colors with PHP and mySQL

A quick tutorial explaining how to alternate table row colors using PHP and MySQL.


Views: 926 | Rating star | by David
PHP - Database Related

Previous and Next Links

Previous and Next Links

After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database.


Views: 976 | Rating star | by Daniel
PHP - Database Related

Configuring PHP with ORACLE 8i Support

Configuring PHP with ORACLE 8i Support

This article will briefly describe how to compile PHP with ORACLE 8i support. The author writes 'when i try to compile php with oracle support...


Views: 1000 | Rating star | by Donald
PHP - Database Related

Jump into PHP and MySQL web programming

Jump into PHP and MySQL web programming

This is a short tutorial on how to program in PHP and MySQL. Covers several MySQL functions via telnet command, and a short example on using PHP...


Views: 1031 | Rating star | by Sean
PHP - Database Related

Using PHP with ODBC

Using PHP with ODBC

This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You...


Views: 986 | Rating star | by Adam
PHP - Database Related

Best Practices: Database Abstraction

Best Practices: Database Abstraction

PEAR's DB classes are one of the database abstraction layers. This article takes a look at some traditional database access methods and then...


Views: 780 | Rating star | by Ben
PHP - Database Related

PostgreSQL and PHP Tutorial

PostgreSQL and PHP Tutorial

This is a nice tutorial on how to use PostgreSQL and PHP together. Topics covered include: Installation of PostgreSQL, PHP, and Apache, A Brief...


Views: 1003 | Rating star | by Colin
PHP - Database Related

SQL Theory & How-To

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)...


Views: 915 | Rating star | by Source
PHP - Database Related

Doing Simple DB Abstraction in PHP

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...


Views: 927 | Rating star | by Colin
PHP - Database Related

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

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...


Views: 796 | Rating star | by Slicer
PHP - Database Related

ODBC Socket Server

ODBC Socket Server

This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at...


Views: 976 | Rating star | by Adam
PHP - Database Related

Creating Dynamic Next / Previous Buttons with PHP and MySQL

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.


Views: 892 | Rating star | by John
PHP - Database Related

PHPLIB and multiple databases

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...


Views: 901 | Rating star | by Stephen
PHP - Database Related

Uploading, Saving and Downloading Binary Data in a MySQL Database

Uploading, Saving and Downloading Binary Data in a MySQL Database

This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files...


Views: 814 | Rating star | by Tutorial
PHP - Database Related

Are PHP and MySQL the Perfect Couple?

Are PHP and MySQL the Perfect Couple?

Many devs using MySQL have fallen in love with PHP. Jason Gilmore explains why they're the perfect couple. This is ore of an introductory...


Views: 913 | Rating star | by Donald
PHP - Database Related

MySQL Table Joins

MySQL Table Joins

One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables....


Views: 888 | Rating star | by Simon
PHP - Database Related

PHP and Accessing MySQL Databases

PHP and Accessing MySQL Databases

PHP can be used for many things, including grabbing your MySQL database entries. Here we learn two methods of doing so.


Views: 872 | Rating star | by Troy
PHP - Database Related