Results 1 to 3 of 3

Thread: Why Is Slideshow Not Working?

  1. #1
    Join Date
    Aug 2009
    Posts
    39
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Question Why Is Slideshow Not Working?

    I have found this slideshow, which is very simple because the people I'm building the website for aren't as adapt to HTML and Dreamweaver, and I thought that by simply being able to have the people put it in one folder without worrying about the name would work perfectly!

    This is the website where I got the slideshow from:
    http://www.linein.org/blog/2008/01/1...y-with-plugin/

    The issue that I'm having is in Dreamweaver, it shows the < ?= $image_rotation; ?> and it says that there is an error in this line:
    foreach($ext_bits as $key => $value){

    Here is what I have so far:
    http://gds.parkland.edu/student/fall...ate/index.html

    If anyone can help me, I would surely appreciate it!
    Last edited by Abbster22; 11-26-2010 at 06:03 AM. Reason: The problem has been resolved. Thank you to the effort of bluewalrus.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Thats not javascript it's php remove the <script></script>s and put in <?php ?> around it. You'll need to change the extension of the page to php as well or reconfig your server to process html as php.
    Corrections to my coding/thoughts welcome.

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    Abbster22 (11-26-2010)

  4. #3
    Join Date
    Aug 2009
    Posts
    39
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    Thank you I should've realized that! I've been looking at so much code I can't tell which is which anymore.

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
  •