Re: [PHP] Techniques for doing story

2004-08-17 Thread raditha dissanayake
Chris Shiflett wrote: --- John Nichel <[EMAIL PROTECTED]> wrote: We're all friendly... Except for that Chris guy I hear he's real mean. ;) Hey, that's not true! :-) must be the other cris then. -- Raditha Dissanayake. --

Re: [PHP] Techniques for doing story

2004-08-17 Thread John Nichel
Chris Shiflett wrote: --- John Nichel <[EMAIL PROTECTED]> wrote: We're all friendly... Except for that Chris guy I hear he's real mean. ;) Hey, that's not true! :-) Well, I'll quit spreading that rumor then. ;) -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP Gener

Re: [PHP] Techniques for doing story

2004-08-17 Thread Chris Shiflett
--- John Nichel <[EMAIL PROTECTED]> wrote: > We're all friendly... > > Except for that Chris guy > > I hear he's real mean. ;) Hey, that's not true! :-) Chris = Chris Shiflett - http://shiflett.org/ PHP Security - O'Reilly Coming Fall 2004 HTTP Developer's Handbook - Sams ht

Re: [PHP] Techniques for doing story

2004-08-17 Thread charles kline
On Aug 17, 2004, at 1:04 PM, Matthew Sims wrote: hn C. Nichel OMG, John. You broke through to someone. This could be good sign. Now if we can just get him to stop top posting he'll be ready for anything. ;) oops... now i got it! :) -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Techniques for doing story

2004-08-17 Thread Jason Davidson
hehe, funny crew too :) "Matthew Sims" <[EMAIL PROTECTED]> wrote: > > > Yea, But then I took his advice and found this > > http://www.catb.org/~esr/faqs/smart-questions.html#keepcool so I was > > not so offended :) > > > > I had all the other links, but that one and did not think my question > >

Re: [PHP] Techniques for doing story

2004-08-17 Thread Matthew Sims
> Yea, But then I took his advice and found this > http://www.catb.org/~esr/faqs/smart-questions.html#keepcool so I was > not so offended :) > > I had all the other links, but that one and did not think my question > was that "out there" for the list... oh well. > > > On Aug 17, 2004, at 12:31 PM,

Re: [PHP] Techniques for doing story

2004-08-17 Thread charles kline
Yea, But then I took his advice and found this http://www.catb.org/~esr/faqs/smart-questions.html#keepcool so I was not so offended :) I had all the other links, but that one and did not think my question was that "out there" for the list... oh well. On Aug 17, 2004, at 12:31 PM, Jason Davidso

Re: [PHP] Techniques for doing story

2004-08-17 Thread Matthew Sims
> 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 an

Re: [PHP] Techniques for doing story

2004-08-17 Thread John Nichel
Jason Davidson wrote: Friendly crew today. :) We're all friendly... Except for that Chris guy I hear he's real mean. ;) -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Techniques for doing story

2004-08-17 Thread Jason Davidson
Friendly crew today. :) Jason John Nichel <[EMAIL PROTECTED]> wrote: > > rogue wrote: > > Hi all, > > > > I want to do something like this: > > > > http://www.cgnetworks.com/story_custom.php?story_id=2259 > > > > Where we can publish an article, multiple page even and lay it out in a > > ni

Re: [PHP] Techniques for doing story

2004-08-17 Thread charles kline
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

Re: [PHP] Techniques for doing story

2004-08-17 Thread John Nichel
rogue wrote: Hi all, I want to do something like this: http://www.cgnetworks.com/story_custom.php?story_id=2259 Where we can publish an article, multiple page even and lay it out in a nice design with images etc. How do you think this is done? These stories are dynamically generated it seems sinc

Re: [PHP] Techniques for doing story

2004-08-17 Thread Jason Davidson
THats kinda cool. you see that there is also a page=2 query if you click to a different page, so i would assume, they store the html in a database for each page of a story. and then give a story_id to those records. so in the table, if there is 4 pages for story 12, then there are 4 records all w

Re: [PHP] Techniques for doing story

2004-08-17 Thread Chris Shiflett
--- rogue <[EMAIL PROTECTED]> wrote: > I want to do something like this: > > http://www.cgnetworks.com/story_custom.php?story_id=2259 > > Where we can publish an article, multiple page even and lay > it out in a nice design with images etc. How do you think > this is done? Nice designs and image

Re: [PHP] Techniques for doing story

2004-08-17 Thread raditha dissanayake
please ask a PHP specific question. rogue wrote: Hi all, I want to do something like this: http://www.cgnetworks.com/story_custom.php?story_id=2259 Where we can publish an article, multiple page even and lay it out in a nice design with images etc. How do you think this is done? These stories are

Re: [PHP] Techniques for doing story

2004-08-17 Thread Matthew Sims
> Hi all, > > I want to do something like this: > > http://www.cgnetworks.com/story_custom.php?story_id=2259corresponding > > Where we can publish an article, multiple page even and lay it out in a > nice design with images etc. How do you think this is done? Uh...HTML? It is a website, correct?

[PHP] Techniques for doing story

2004-08-17 Thread rogue
Hi all, I want to do something like this: http://www.cgnetworks.com/story_custom.php?story_id=2259 Where we can publish an article, multiple page even and lay it out in a nice design with images etc. How do you think this is done? These stories are dynamically generated it seems since the page is