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.
Category: Databases, Development, Web Design
| | Leave a Comment

