+ Reply to Thread + Post New Thread
Results 1 to 2 of 2

Thread: Can anyone point me in the right direction?

  1. #1
    Senior SEO Specialist Zihad's Avatar
    Join Date
    Apr 2011
    Posts
    1,251
    Thanks
    12
    Thanked 24 Times in 22 Posts

    Default Can anyone point me in the right direction?

    Hello everyone,

    I'm not even sure how to begin researching this topic. I'd like to have quotes from important people appear in random sequence on each page of my site. I'm working in Dreamweaver 4, but know very little about it or any of the programming languages.

    I can reseach it...if I know where to start!
    Join ACP and get Payment Weekly!

  2. #2
    SEO Apprentice
    Join Date
    Aug 2011
    Posts
    14
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default

    If you use php you could put the quotes in an array and use shuffle() PHP: shuffle - Manual, to make it random order. Then loop trough the array, easiest with
    foreach(){
    } statement
    and echo each.

+ Reply to Thread

Tags for this Thread

Posting Permissions

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