Hi,
I've created a mySQL database with the fields id, title and content.
'ID' is a unique field. Any ideas on how I can use PHP to generate a
list of the titles which are links. When you click on a link you are
taken to a page with the content held in the database. I'm guessing the
generated links would be something like /page.PHP?pageid =x based on the
id, that's if this script is possible at all.
Sorry for being such a newbie, but I guess we all have to start somewhere.
Thanks,
Ben
I've created a mySQL database with the fields id, title and content.
'ID' is a unique field. Any ideas on how I can use PHP to generate a
list of the titles which are links. When you click on a link you are
taken to a page with the content held in the database. I'm guessing the
generated links would be something like /page.PHP?pageid =x based on the
id, that's if this script is possible at all.
Sorry for being such a newbie, but I guess we all have to start somewhere.
Thanks,
Ben
Comment