ik heb een sql lijn maar hij geeft steets fouten....
de fout
de sql
[sql]UPDATE FROM 'radiostations'
SET hitsm3u='$hitsm3u2'
WHERE id='$id'[/sql]
de fout
Code:
Fout: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM 'radiostations' SET hitsm3u='1' WHERE id='1'' at line 1
de sql
[sql]UPDATE FROM 'radiostations'
SET hitsm3u='$hitsm3u2'
WHERE id='$id'[/sql]