kuando pubblico la pagina mi dice errore... mi dice ke il tempo di esecuzione (15 secondi) è stato sorpassato.. mi dite dov'è l'errore??Codice PHP:
$sql = "SELECT * FROM versus_links LIMIT 0 , 15";
$query = mysql_query($sql)or die("Non riesco ad eseguire la query: Problemi: ".mysql_error());
$results = mysql_fetch_array($query);
while ($results) {
$img_nome = $results[nome];
$img_url = $results[url];
}
echo "<a href=\"versus.php?img=$img_url\">$img_nome</a>";