|
|
| Connecting [+] Favor-It | |
| |
 |
| | Sort By:
|
Before you can do anything with MySQL in PHP you must first establish a connection to your web host's MySql database. This is done with the MySQL connect function.
Author: Tizag Code: PHP 4.0 |
Before you can do anything with MySQL in PHP you must first establish a connection to your web host's MySql database. This is done with the MySQL connect function.
Author: Tizag Code: PHP 4.0 |
Most of the time, while working with PHP and MySQL, we have to switch between the local PC and the remote server. To connect to a database, this tutorial will show you what code to use. Author: Amrit Hallan Code: PHP 4.0 |
|  | |
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. Author: Darren Hedlund Code: PHP 4.0 |
One of the impressive features of MySQL is its full support for ODBC (Open DataBase Connectivity). The source for the ODBC driver and interface are available for those interested in furthering open source development or customizing ODBC access. Author: Steve Knoblock Code: PHP 4.0 |
Here is a quick way to create a configuration file from the web, used to initially setup an application or that can be expanded to allow users to modify the configuration later. This tutorial will guide you on creating a configuration file for your db. Author: Steve Knoblock Code: PHP 4.0 |
The first thing you must do before you can do any work at all is to connect to the MySQL database. This is an extremely important step as, if you are not connected, your commands to the database will fail. Author: Samuel Santos Code: PHP 4.0 |
|  | |
In this section you will learn how to make PHP work with databases. Initially we will be working with MySQL database, but don't worry its very easy to connect to other databases. I will show you how to connect to other databases later on. Author: PHPBuddy Code: PHP 4.0 |
Before you can do anything with MySQL in PHP you must first establish a connection to your web host's MySQL database. This is done with the MySQL connect function. This tutorial will show you how to connect to a MySQL database using PHP.
Author: Online Tutorials Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|