Well, it sounds to me like you just need to write a page that queries the database to spit the info back out to the page. Then you have a form to be able to modify the data and update the database with the new information. And then you want to spit this data out... where? You say in a template, but are you talking about a template on your regular site? So you are talking about adding new fields to a table or??
But, basically all I can say is you just need to write a php page to query the database and then provide a form that then updates the database. I'm not sure what else you can expect here since it doesn't seem like you know exactly what you want to happen either.
|