meine abfrage im elseif lautet so:
	
jetzt gibt mir mysql_error() dies hie raus:
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 ' text=' at line 1
 
heisst das ich soll '{$_GET['titel']}' schreiben?
					PHP-Code:
	
	
$abfrage ="UPDATE news SET titel={$_GET['titel']}, text={$_GET['text']}"; 
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 ' text=' at line 1
 heisst das ich soll '{$_GET['titel']}' schreiben?
EDIT: 
Hat sich beantwortet!
          
 Hast du wirklich die Doku gelesen?
 Moderator
							
						
Kommentar