how do i make a photo slide show in PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ecxzqute
Forum Commoner
Posts: 29
Joined: Tue Oct 14, 2008 12:26 am

how do i make a photo slide show in PHP?

Post by ecxzqute »

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!
User avatar
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?

Post by jayshields »

You'll have to look into JavaScript, HTML and CSS, not PHP.
ecxzqute
Forum Commoner
Posts: 29
Joined: Tue Oct 14, 2008 12:26 am

Re: how do i make a photo slide show in PHP?

Post by ecxzqute »

is there any way to make it in php?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: how do i make a photo slide show in PHP?

Post by pickle »

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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply