quote of the day

Discussion in 'PHP' started by Lpspider, Jul 15, 2006.

  1. #1
    I need a basic php/html script that will display a specific quote of the day without a database. I don't want it to be random, but only show each quote once.

    Little help?
     
    Lpspider, Jul 15, 2006 IP
  2. PinoyIto

    PinoyIto Notable Member

    Messages:
    5,863
    Likes Received:
    170
    Best Answers:
    0
    Trophy Points:
    260
    #2
    If you don't like to create a database for this task you can try uinspired.com http://www.uinspired.com/syndicate.html
     
    PinoyIto, Jul 15, 2006 IP
  3. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Is it not possible without a database then? If not, that's fine. But I want the quote to be the one I specify.
     
    Lpspider, Jul 15, 2006 IP
  4. smatts9

    smatts9 Active Member

    Messages:
    1,089
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    88
    #4
    You can use text files to store quotes in, and access the quotes from it.
     
    smatts9, Jul 16, 2006 IP
  5. wrmineo

    wrmineo Peon

    Messages:
    3,087
    Likes Received:
    379
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I am in the middle of something like this right now for a friend on her yoga site, it's a single line of js code rendering it 2nd party from a text file ...

    Take a look at the bottom of this page, each time you refresh it, it will change to a new quote, but right now I only have it rotating about 7, but you can build as many as you have the time and patience for ;)

    If this works for you, let me know and I'll happily forward the zip files for your own modifications.

    Good luck either way.
     
    wrmineo, Jul 16, 2006 IP