Ciao a tutti,
ho un piccolo rompicapo che nn riesco a risolvere..
Ho uncodice del genere che, grazie ad una paginazione, mi stampa 10 foto per pagina:

Codice PHP:
<?php while(list($id$userid ,$reg$cn$path$thumbpath$randName$name$type$size$country$location$upload_date$photoday$photomonth$photoyear$remark$categories$display_name$click ) = mysql_fetch_array($result)) 
{  
?>
//CONTENUTO DEL CICLO...
<? }?>
Vorrei inserire dopo la quinta foto un banner google adsense..
Come posso fare?
Grazie in anticipo!

Stefano.