1. Computing & Technology

PHP with MySQL

Learn how to make PHP interact with MySQL on your web site to deliver instant content. Learn how to run SQL commands from a PHP document, and how to translate the results into an array for PHP use.

How to use PHP with MySQL on your web site

Learn how to run SQL commands from a PHP program and then return the results in a PHP usable format.

Connect to MySQL from PHP

How to connect to your MySQL database from a PHP document

Storing user submitted data and files in MySQL

How to allow a user to submit data or upload files to be stored in a MySQL database, as well has how to manage and remove these files.

Upload a File and writing to MySQL

Upload a file from your website to your server, and write it's details to a MySQL database

Simple Site Search

Learn how to search your site using PHP and MySQL.

Pagination of MySQL Query Results

Use Pagination to display results of your MySQL query over multiple pages in PHP

How can report MySQL errors into PHP?

How to report an error into PHP from MySQL when your SQL code encounters problems

PHP Login Script

PHP code to create a login script - Registration, login, members area, and logout

MySQL Connect Files in PHP

When you have many pages requiring access to your MySQL database, it is a good idea to keep your connection login in a separate file, and call it from each of these PHP pages.

Store PHP in MySQL

Store your PHP or HTML code in a MySQL database and call it when needed

Creating a membership system

This shows you how to create a membership system for your site. Users create logins, have password recovery, sessions, and much more.

How to connect from a PHP file to a MySQL database

How to connect to MySQL from a PHP file and execute commands.

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.