
March 6th, 2008, 03:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 41,817
Time spent in forums: < 1 sec
Reputation Power: 48
|
|
|
Inserting Data Into a MySQL Database using PHP
This tutorial is a continuation on the “How to Access a MySQL Database Using PHP” tutorial that showed you how to setup a database using phpMyAdmin and how to read data from the database using PHP. In the tutorial I will show you how to write data to the database directly through a from on your website. This is going to be a very basic writing tutorial. We will get into more advanced stuff later on.
Read the full article here: Inserting Data Into a MySQL Database using PHP
|