ernest1a Posted January 13, 2009 Share Posted January 13, 2009 I have a database of 1000 full names and I would like to generate for each name a single duplicate page with name and meta keywords of this name. My questions are two: 1. How to automatically create 1000 pages where difference in each page will be only a name and meta keywords? Rest of html of each page will be the same in each one. I have no idea, please give me at least just some directions. 2. How to create for every new user a new page when he/she click Register. So I have <form action=’nameofpage.php’ method=’POST’> <input type=’submit’ value=’Register’>”; ... But so far I know that POST method inside <form> tag store just data from forms. But how to release action to publish a whole new html page with some extra data? Thank you Link to comment https://forums.phpfreaks.com/topic/140606-how-to/ Share on other sites More sharing options...
trq Posted January 13, 2009 Share Posted January 13, 2009 This thread might help you out. Literally creating 1000's of pages kinda defeats the entire purpose of dynamic website creation. Link to comment https://forums.phpfreaks.com/topic/140606-how-to/#findComment-735799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.