database driven website in PHP and MySql?

  • Thread starter Thread starter mel
  • Start date Start date
M

mel

Guest
I am trying to create a fully database driven website where I can create a single template that can show different results depending on the links clicked on a previous page its hard to explain but basically... I will have a page with a series of link when one of these links is clicked i want to to go to a generic template page and display the information relevent to the link clicked.

At the moment the only way i know how to extract database stuff is to have an individual .php page for each individual link and cannot figure out how to make it fully database driven correctly.

any help would be appreciated
thankz
 
Your best bet is to take a look at wordpress which is an open source blogging platform. Wordpress is data base driven and can give you the ideas you need to get your project done
 
Back
Top