Results 1 to 4 of 4

Thread: I don't know the name..

  1. #1
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I don't know the name..

    Ok, I need a script to place text on front page of website. I need to constantly replace the text BUT I do not wish to create a new page every time I replace content. I need a script where I can include all the content I want and when content gets replaced, the script will automatically move the old content over as page 1, page 2, and so forth. Something like a photoscript but for text and without having to preprogram several pages. Is there something like that? Thanks

  2. #2
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    anyone?????

  3. #3
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Maybe you need some sort of news management script.

    These are examples:
    http://www.fusionnews.net/index.php
    http://www.interlogy.com/products/co...cle/index.html

    They auto-paginate.

  4. #4
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Use a database with a unique ID column and a CONTENT column. In the content column you put the content of every page, and then make an sql query that always selects the newest page (by ordering by ID desc LIMIT 1), then use a simple pagination code to make links to the following pages.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •