Hi!
How to make a slide show in PHP? My image preparation code is following:
<?
function prepare_imgs() {
$img1 = "something1";
$img2 = "something2";
$img3 = "something3";
$list_of_imgs = array($img1, $img2, $img3);
$amount = count($list_of_imgs);
}
...
What's the next move? Do I have to use loops like for(i=0; i=<$amount; i++){ or what? Please give some advise, thank you 🙂
regards
| mikko tyni
| admin/developer
| aukioCommunications / www.sivustot.net