was ist daran falsch?
			
		
	RTFM!
schau dir doch mal tutorials zum thema php/mysql an, anstatt hier ständig dünnschiß zu posten. ich danke vielmals.
achja,
natürlich kannst du nicht so ohne weiteres php- und sql-syntax mischen, sondern du mußt php mitteilen, daß es einen mysql-befehl an die db senden soll ....
edit:
PHP-Code:
	
	
$result = mysql_query('your_query_here') or die(mysql_error()); 
 
          

Kommentar