|
Creating A MySQL Database in PHP
|
Other links at PHP > Tutorials > Database-Related |
| 1. |
ODBC Socket Server
|
|
|
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.
|
| 2. |
Database Driven Pagination Script
|
|
|
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.
|
| 3. |
Display a Database
|
|
|
In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.
|
| 4. |
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.
|
|
|