Hi,
i can help you but the gallery script is written in javascript

This is the script

<script language="JavaScript" type="text/javascript">
n=0
foto=new Array()
foto[0]="immagini/foto1.jpg"
foto[1]="immagini/foto2.jpg"
foto[2]="immagini/foto3.jpg"
foto[3]="immagini/foto4.jpg"
foto[4]="immagini/foto5.jpg"
foto[5]="immagini/foto6.jpg"
foto[6]="immagini/foto7.jpg"
foto[7]="immagini/foto8.jpg"
foto[8]="immagini//foto9.jpg"
foto[9]="immagini/foto10.jpg"

function avanti() {
if(n<9) {
n++
document.foto.src=foto[n]
}
}
function indietro() {
if(n>0) {
n--
document.foto.src=foto[n]
}
}
</script>


you can see it at page

http://www.hotelmanola.org/camere.php

I' m building this site .... but this scrpit is very simple and very fast!!

2006/3/11, Jay Gilmore <[EMAIL PROTECTED]>:
> If anyone on this list knows of or has a clean and simple PHP/MySQL
> image gallery script that is not full of nested tables and is easy to
> modify with a basic php knowledge I need it for a project. Preferably
> one that uses GD and not Imagemagik and doesn't require register globals
>  to be on and safe mode off.
>
> Of list responses are fine but I think others may be interested in a
> possible resource.
>
> All the best,
>
> Jay
>
> --
> Jay Gilmore
> Developer / Consultant
> SmashingRed Web & Marketing
> P] 902.529.0651
> E] [EMAIL PROTECTED]
> U] http://www.smashingred.com
> B] http://www.smashingred.com/blog
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
>
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
>
>
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to