Hallo erstmal,
ich versuche als eine bewertung zu programmieren doch hab ich mir das leider leichter als gedacht vorgestelt.
und zwar gibs die möglichkeit dateien mittels eines plus oder minus buttons zu bewerten. doch wird nichts in die DB geschrieben!
hier der code:
PHP
<?
if (isset($top))
{
$query=mysql_query("SELECT * FROM musik WHERE id=$top") OR die(mysql_error());
$row = mysql_fetch_array($query);
mysql_query ("UPDATE musik SET vote = vote + '1', vote_ges = Vote_ges + '1', prozent=(vote*100/vote_ges) WHERE id = '$top'");
}
echo " <a style='color:#000000' href='uebersicht.php?top=".$row['id']."'><img src='img/top.gif' border='0' height='15' /></a>";
echo " <a style='color:#000000' href='uebersicht.php?flop=".$row['id']."'><img src='img/flop.gif' border='0' height='15' /></a>";
?>
Alles anzeigen
ist aber im mom nur die plus/top funktion!
komme nicht weiter ... bitte um hilfe ... mfg