|
one thing i noticed. About the above code.
When you have your scriptcode.php in the same folder as the images, the rotator sometimes grabs the .php file too.
When i put the scriptcode.php in a parent folder:
/mysite/script/scriptcode.php
And the images in:
/mysite/script/images/image.jpg
The script looks for the images in /mysite/script/ like it doesn't see the images folder.
I have put the correct image path in the script. Think it has something to do with the explode code?
|