huendin Posted November 30, 2008 Share Posted November 30, 2008 I am trying to make a website where I will have a list of links to different pages. Each page will represent a different server. On each page, I would like a list of characters on the server that, that page represents. I would also like each character to have a link to another page that has information about that character. I would even be open to having each character link to a small javascript popup window. I know I can spend weeks manually creating each and every page, but I would like to minimize this work by a huge amount. Is there any type of script that would enable me to add the character, along with the information associated to that character to the appropriate server page? Link to comment https://forums.phpfreaks.com/topic/134853-what-type-of-script-would-i-use-to-do-this/ Share on other sites More sharing options...
timmah1 Posted November 30, 2008 Share Posted November 30, 2008 Create 2 pages. 1) Page shows all the characters with the information pulled from database. The link for each character would be represented by an ID 2) Page would pull all information that corresponds with that particular ID and display it You wouldn't need to create 'each and every page', but only create one and it gets re-populated everytime when an ID is passed to it Link to comment https://forums.phpfreaks.com/topic/134853-what-type-of-script-would-i-use-to-do-this/#findComment-702266 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.