supposto che tu abbia fatto la connessione a mysql e l'handler sia in $db
codice:<?xml version="1.0"?> <RSS PAUSE="4000"> <?php $query = "SELECT * FROM Photo"; $result = mysql_query($query, $db) or die (mysql_error()); if ($result) { while ($row = mysql_fetch_array($result)) {?> <IMAGE TRANSITION="1"><?php echo($row['foto']);?></IMAGE> <?php } //chiudo while }// chiudo if mysql_close($db); ?> </RSS>