web blazonry web development scripts and tutorials
 
Web blazonry.com
   Home       PHP       Name Generators       Perl       CSS       Javascript       Java       devTips       Resources   

devTips Home

Free Linux Books
  Programming for Linux (new)
  Sys & Network Admin (new)
  On the Desktop (new)

Tech Tips for Picking a Web Host

Database Tutorial (PHP & MySQL)

How to Instal Apache + PHP + MySQL

PHP vs. ASP vs. JSP

Introduction to Debugging

MySQL JDBC Drivers

Overview of Client Side

Margins Flush with Edges of Browser

Specifying Alternate Document to Print

Web App Security
  Who Submit That?
  Cookie Security
  Passwords
  Secure Web Development





MySQL PHP Web Database Tutorial

This is a tutorial on how to create a web database application using PHP and MySQL on a Linux platform. The example we use is a database to manage web site links. The concepts in this tutorial apply to most 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.) 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.

You do not need to know SQL (Structured Query Language) for this tutorial. You will learn some simple SQL statements, but this is not a complete SQL tutorial. We cover the four things you ever really want to do with data: read, insert, edit, and delete.

Tutorial Sections

 

Related Links:

Teach Yourself SQL in 10 Minutes ... Teach Yourself SQL is an excellent, inexpensive book about SQL. I own a copy. Although it calls itself a “Teach Yourself” book, I use it as a quick, handy reference rather than for lessons. It is small and easy to carry. I use it often because it is well organized and clearly written, making it easy to find what I am looking for. A DBA (database administrator) would require a more detailed and advanced book. For the rest of us, I highly recommend this one.


MySQL Database Server — a fast, multi-threaded, multi-user and robust SQL database server. Documentation available at the MySQL site. Free (GPL)

Tutorial Originally Created: 1999-Sep-01

 

Newest Pages
Test Google Ads Part 2
Free Linux Admin Books
Free Linux Books for Programmers
Free Books for Linux on the Desktop
Free PHP Books
Free JavaScript Books
Free Java Books - Advanced
Free Java Books - Basic
Free Perl Books
Free Python Books
Quote of the Day (PHP)
Debugging Part 2
How to Test Google Ads
Most Popular Pages
U.S. Name Generator
Baby Name Generator
Wu Name Generator
Popup Windows (JavaScript)
Intro to Web Databases (PHP, MySQL)
Upload and Resize an Image (PHP)
How To Install Apache + PHP + MySQL

Least Popular Pages
iNews Aplet (Java)
Java Resources)
Site Monitor (Perl)
Load Order of Images(Javascript)
 
 

  © 1997-2008. astonishinc.com   All Rights Reserved.