Greetings All !

I'm looking for some software that will store my articles in a database... display them (of course) for my site's visitors.... paginate long articles..... and offer a "printable version" for users to click-on/load/print.

Any recommendations?

Most of the stuff I'm finding through Google and Sourceforge seems like overkill.

Thanks!

-= Dave =-

    Why not do it yourself? It's really easy to set up MySQL, create a few tables to hold your articles, paste the information right into the database, and write a short bit of PHP to display, paginate, and print it.

      Because I've already got enough to do on my plate. I already do enough programming.

        Write a Reply...