Hallo,
bei folgendem Code
$sql="UPDATE counter SET counter='$counter' WHERE id='$id'";
mysql_query($sql);
wird das Ausgegeben:
Parse error: parse error, unexpected T_STRING in /etc/egal.php on line 92
Line 92 ist die erste Zeile des obigen Programmcodes. Was habe ich nicht beachtet?
Gruss
Markus