Including quotes in footer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theprof
    Senior Member
    • May 2000
    • 189

    Including quotes in footer

    Hello. I'm trying to include my favourite quotes in my footer. The code goes like this:

    <? $quote = file("quotes.txt"); srand((double)microtime()*1000000); echo $quote[rand(0,count($quote))]; ?>

    How do I add this to my footer in order to show the quote?
  • Mike Sullivan
    Former vBulletin Developer
    • Apr 2000
    • 13327
    • 3.6.x

    #2
    [code]$quote = file("quotes.txt");
    srand((double)microtime()*1000000);
    $footer = $quote[rand(0,count($quote))]; [/code]

    Comment

    • theprof
      Senior Member
      • May 2000
      • 189

      #3
      Thanks.

      Comment

      • Joe
        Senior Member
        • May 2000
        • 2435

        #4
        2months later . . . ;)
        Bike Forums.net

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎