read this Building a Multi-Page Article System With ASP/PHP http://www.devarticles.com/art/1/310 if you want to store articles in one record you could use some sort of delimiter such as i.e. ===== PAGE 1 ===== bla bla bla ===== PAGE 2 ===== bla bla bla then you can split the artilce with php (or your DB) and disply as desired. I think I would store each page as a record (you could still display all "pages" on one page if you like) good luck! olinux --- thomas <thomas@polichromo.gr> wrote: > I need some help understanding the technique behind > the presentation and administration of articles, > stored in a database. > > > What is the best way to do it, in order to have an > easy administration of them? Keep the article in one > record or every page in different ones? If in one > how do you break up the pages? > > Many questions, heh?Sorry for that. > > I would appreciate any help > Thanks > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php