Image

Imagecarefreespirit wrote in Imagephp

Ok...what is wrong here???

Why would I be getting an error on this statement when the table name is spelled correctly, the columns are spelled correctly, and the connection is being made to the database fine???

UPDATE authentication SET status='1',group='1' WHERE id=1

EDITED POST: For some reason, you must not be able to use "group" for a column name. As soon as I changed it to "groupname", it worked fine.