|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Designing Dynamic, Database-Driven Web SitesSpend enough time designing for the Internet and you will quickly realize HTML's limitations. Websites produced with HTML are static. It requires a great deal of effort to expand and update a large site created with HTML. Dynamic, database-driven design gives you the ability to customize and modify content while generating thousands of pages on the fly. All this for little more effort than producing static websites. 4D focuses on methods for designing robust web sites that employ such tools as MySQL, PHP, XML, and ASP. The goal of this site is to provide users with an overview of the concepts and technologies associated with database design for the Web, as well as to give some basic instruction about developing database-driven sites. Areas covered include: Technology
Overviews and Product Reviews Microsoft Access: Microsoft’s Access may be the most popular consumer database software. The program is part of the Office suite, placing a copy in almost every business in the world. Tutorials Adding Records to Your Database Using PHP, Part 2: The PHP Script: This lesson is the second of two tutorials that will examine how to create an insert form using MySQL and PHP. In Part 1, we examined the code needed to allow the user to enter and submit. Now, in Part 2, we will look at a PHP script that inserts that data into a MySQL database. Web Resources Here's a random link: W3.org: XML Glossary Data Manipulation Language: A language for the manipulation of data in a database by applications and/or directly by end-users. SQL contains DML commands such as INSERT, UPDATE, and DELETE. Design Documents |
||||||||||