Tag-Archive for ◊ Dynamic Web Sites ◊

Beginning PHP and MySQL for Dynamic Web Pages Part 2
Saturday, October 24th, 2009 | Author: Mike

Part 1 of my Beginning PHP and MySQL for Dynamic Web Pages showed you how to access a MySQL server, access a database and even retrieve and write data to that table. In this article we will go a little deeper and discuss retrieving entries from the table and how to use them in a PHP document or documents. We will discuss how to create one page that can actually support an unlimited number of pages, if I have confused you with that last statement then just read on because it should all come very clear soon.

Beginning PHP and MySQL for Dynamic Web Pages
Wednesday, October 21st, 2009 | Author: Mike

PHP and MySQL are two very popular and very powerful programs that can be used to create dynamic web pages. Using PHP and MySQL you can develop just about anything from web sites, content management systems and even web applications for business use. In this article I will show you the basics of creating a dynamic web page with PHP and MySQL.