|
Add a Row to mySQL
|
Other links at PHP > Tutorials > Database-Related |
| 1. |
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.
|
| 2. |
How to create and access MySQL with PHP
|
|
|
This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database. The first step you need to do is get a basic understanding of what MySQL is. If your site can handle or has access to a MySQL database you should try using the PHP Myadmin application to help you use and access your MySQL datases fast and easy.
|
| 3. |
ODBC with PHP: Tips and Hints on Windows
|
|
|
ODBC is one of Microsofts earliest technologies for connecting to databases. This article describes how to setup and use ODBC from a PHP perspective. Also discusses ODBC extension bugs, database wrapper libraries, Microsofts ADO (which is Microsofts recommended API for 4GL programmers) and DSN-less connections.
|
| 4. |
Database Normalization And Design Techniques
|
|
|
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.
|
| 5. |
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.
|
|
|