![]() |
||||||||||
|
||||||||||
|
|
MySQL PHP Web Database TutorialThis tutorial shows how to create a web database application using PHP and MySQL with Apache. It covers the four things you really want to do with data: read, insert, edit and delete. You will learn simple, useful SQL statements. The example database manages web site links, but the concepts in this tutorial apply to many web applications such as phone directories, personalization, survey polls, etc. All are based on inserting, displaying and managing data in a database. This tutorial assumes that you already have your system running with the Apache web server, PHP scripting language, and MySQL database server. (See How To to Install Apache + PHP + MySQL for help with this.) Important note: You do not have to be running this setup. The web and database concepts are the same for most web applications. The syntax is just a little different. Sections to My MySQL PHP Database Tutorial
Related Links: Teach Yourself SQL in 10 Minutes ...
|
| © 1997-2008. astonishinc.com All Rights Reserved. |