- 1,251 categories
- 40,829 scripts
- This is a PHP class that will allow web application developers to speed up the development process. All that is needed is a configuration file where you will include the database information for connection such as database name, user, password and so...
- Categories
- Platforms
- Licenses
- Commercial License,
- PHP License
- This article provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
- Categories
- Platforms
- Licenses
- One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to My...
- Categories
- Platforms
- Licenses
- In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how ...
- Categories
- Platforms
- Licenses
- Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.
- Categories
- Platforms
- Licenses
- The PHP Class Generator is a small windows desktop application that allows a PHP programmer to generate Entity classes from a MySQL database table. For instance, if the user has a table in his or her MySQL database called customers. With this app, th...
- Categories
- Platforms
- Licenses
- DESCRIPTION:
Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs.
ADVAN...
- Categories
- Platforms
- Licenses
- Who''s Connected is a set of two small PHP scripts that use MySQL to display the number of users who have viewed a page within the last minute (can be modified). First script will add the connection to a table in MySQL. The second script will di...
- Categories
- Platforms
- Licenses
- The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases. In this tutorial, you will learn how to make a simple connection to MySQL u...
- Categories
- Platforms
- Licenses