> I understand how the pages are designed etc. What I wanted to > understand better was how the pages were being displayed using PHP. I > guess it is obvious now after getting a few responses, that the HTML is > stored in a table, perhaps one record per page... then you just query > the story_id and page through the records. Guess it isn't that > mysterious after all ;)
You top posted...but I'll let it slide. ;) The HTML is probably an empty template shell. And it's PHP's job to fill in the images/stories/paragraphs/pages depending on the story_id var that's passed through. PHP determines the number of pages is needed by how many paragraphs you want per page. PHP will display the proper images that coorespond to the story_id var. It really isn't all that complicated. The site's design does look really good. But it's not really different from any other dynamic website. -- --Matthew Sims --<http://killermookie.org> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php