04-13-2008, 07:51 PM
|
#9 (permalink)
|
|
The Wanderer
Join Date: Apr 2008
Posts: 6
Thanks: 0
|
Quote:
Originally Posted by sketchMedia
Not quite sure how to respond to that tbh.
'WHERE' is actually part of your query not an error message.
so i wanst far from the mark as salathe said you cant have 2 querys hence why
anyway glad you got it sorted.
Code:
SET date = '2008-04-10' WHERE hash = '7300ba4b247142ae68edc24029638129';
UPDATE aaa_gallery SET date = '2008-04-10' WHERE hash = '132f0d58ef38cd0cd91b56334b702efd';
failed near ';
|
PHP: mysqli::multi_query - Manual
That should get your started, that's the only way I know of trying to do multiple queries by the ";" separator. (Other than doing each query in a for or while.)
|
|
|
|