guys, is it possible to make a photo slide show in php? if it is then can any body please help me give some idea please...
thanks!
how do i make a photo slide show in PHP?
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: how do i make a photo slide show in PHP?
You'll have to look into JavaScript, HTML and CSS, not PHP.
Re: how do i make a photo slide show in PHP?
is there any way to make it in php?
Re: how do i make a photo slide show in PHP?
A slide show can be made in PHP, but in a different way than a strictly client-side slideshow would be.
You asking how to make the entire program isn't going to get you any answers. If you have no idea where to start, start by searching for "php slideshow" - maybe there are some tutorials out there. If you have particular problems, these boards are good for that.
You asking how to make the entire program isn't going to get you any answers. If you have no idea where to start, start by searching for "php slideshow" - maybe there are some tutorials out there. If you have particular problems, these boards are good for that.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.