1 / 21
文档名称:

Creating Dynamic Web Sites With Php And Mysql - Tutorial.pdf

格式:pdf   页数:21
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Creating Dynamic Web Sites With Php And Mysql - Tutorial.pdf

上传人:kuo08091 2014/3/21 文件大小:0 KB

下载得到文件列表

Creating Dynamic Web Sites With Php And Mysql - Tutorial.pdf

文档介绍

文档介绍:Create dynamic sites with PHP &
MySQL
Presented by developerWorks, your source for great tutorials
/developerWorks
Table of Contents
If you're viewing this document online, you can click any of the topics below to link directly to that section.
1. About this tutorial 2
2. Introduction and installation 3
3. Start coding 7
4. Add new records 11
5. Get a better view 14
6. Delete, edit, and search data 16
7. Next steps: tips and resources 20
Create dynamic sites with PHP & MySQL Page 1
Presented by developerWorks, your source for great tutorials /developerWorks
Section 1. About this tutorial
Should I take this tutorial?
This tutorial shows you how to use two open source, cross-platform tools for creating a
dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites
work and how they serve the content, and you will be ready to serve your own dynamic content
from your site.
About the author
For technical questions about the content of this tutorial, contact the author, Md. Ashraful
Anam, at russell@ .
Md. Ashraful Anam works as an independent Web developer. Having conquered the Windows
platform, he recently changed his interest to Linux and immediately fell in love with it.
In his spare time he can be seen wandering the virtual avenues of , testing open source
software, and trying to promote his country, Bangladesh, in the international IT market. He can
be reached at russell@ .
Create dynamic sites with PHP & MySQL Page 2
Presented by developerWorks, your source for great tutorials /developerWorks
Section 2. Introduction and installation
The need for dynamic content
The Web is no longer static; it's dynamic. As the information content of the Web grows,
so does the need to make Web sites more dynamic. Think of an e-shop that has 1,000
products. The owner has to create 1,000 Web pages (one for each product), and
whenever anything changes, the owner has to change all those pages. Ouch!!!
Wouldn't it be easie