Sunday, May 30, 2010

Create dynamic sites with PHP & MySQL

Create dynamic sites with PHP & MySQLCreate dynamic sites with PHP & MySQL Presented by developerWorks, your source for great tutorials ibm.com/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 10 5. Get a better view 12 6. Delete, edit, and search data 14 7. Next steps: tips and resources 18 Create dynamic sites with PHP & MySQL Page 1 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@bangla.net . 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 the net, testing open source software, and trying to promote his country, Bangladesh, in the international IT market. He can be reached at russell@bangla.net . Presented by developerWorks, your source for great tutorials ibm.com/developerWorks Create dynamic sites with PHP & MySQL Page 2 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 easier to have only one page that created and served the content on the fly from the information about the products stored in a...

Website: www.id.uzh.ch | Filesize: 615kb
No of Page(s): 19
Download Create dynamic sites with PHP & MySQL.pdf

No comments:

Post a Comment