UPDATE query
Posted: Thu Apr 14, 2005 6:54 am
i seem to be not be able to get this to work.
Any help would be great thanks.
Any help would be great thanks.
Code: Select all
UPDATE newstest
SET('subject', 'date', 'content')
VALUES('$editSubject', '$editDate', '$editContent')
WHERE id=$editRow LIMIT 1