I have a script that pulls a list of names from the database, but each name needs to be linkable so when you click on it, you will get a static page that list all of the person's information.
When I add a new person to the database the page should automatically be generated and the URL should be put into the database with the person's info. So later on when the list of names is called the URL is put into the list.
I can do the second part, my trouble is figuring out a way to generate the page and writing it to the database.
Also, if the person is deleted the file should be deleted with it, but I am sure I can figure that part after I can figure out how to create the stinking page.
Any help or pointers would be appreciated.