hi,
UPDATE TABLE admin_access SET infocenter =1 WHERE customers_id =1
MySQL meldet:
#1064 - 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 'table admin_access SET infocenter = 1 WHERE customers_id = 1' a
Das Schlüsselwort TABLE ist an der Stelle einfach fehl am Platze.
UPDATE admin_access SET infocenter =1 WHERE customers_id =1
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }