Hallo,
bis jetzt habe ich das ja noch nie gebraucht, weil man ja einfach zwei querys machen kann.
Doch jetzt würde ich das gerne in einem Query machen, falls das möglich ist:
Funktioniert nicht, warum? Wie funktioniert das sonst?
in PHPMyAdmin geht das.
bis jetzt habe ich das ja noch nie gebraucht, weil man ja einfach zwei querys machen kann.
Doch jetzt würde ich das gerne in einem Query machen, falls das möglich ist:
PHP-Code:
$result=MYSQL_QUERY("INSERT INTO quak (id, title) values ('1', 'none');
UPDATE quak set id='2' WHERE id='1';") or die ("MySQL-Fehler: " . mysql_error());
in PHPMyAdmin geht das.
Code:
MySQL-Fehler: 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 '; UPDATE ss_optiongroups set id='2' WHERE id='1'' at line 1
Kommentar