Is it possible to make an img slider in PHP instead of Javascript?

RKS

New member
I don't know a great deal of javascript but I know php pretty well. Whenever I need an image slider I normally just get one of the open javascript ones that are lying around everywhere. The problem is whenever I test them I see the active x warning in IE. I'd like to figure out a way to do it in php so I can avoid all of that and also not have to worry about people blocking the javascript.

I searched for php slider but all I could find was ajax or javascript+php sliders. Does anyone know where I can find an example or tutorial for a php slider? Thanks
 
Back
Top