Adding links to this PHP statement
        Posted  
        
            by poindexter
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by poindexter
        
        
        
        Published on 2010-04-23T17:05:50Z
        Indexed on 
            2010/04/23
            17:53 UTC
        
        
        Read the original article
        Hit count: 236
        
Here is a PHP statement that basically sets off a javascript image slider. Only problem is I can't figure out how to get each individual image to a link to a different page. Any tips or suggestions? I appreciate it!
<?php jsbrotate('height=316&width=924&imgdisp=4&imgfade=2&images=/wp-content/uploads/image_1_linked.png|/wp-content/uploads/image_2.png|/wp-content/uploads/image_3.png|/wp-content/uploads/image_4.png|/wp-content/uploads/image_5.png'); ?>
© Stack Overflow or respective owner