php - Why sql cannot see the column? -
unknown column 'ft_template' in 'field list
for reason, happens. print whole request , copy. it's works if execute manually. in case of php got error. it's here
but
update `portal_settings` set `ft_template`='123' `id` = 1;
didn't work.
there work. in php not.
copy paste , see if works:
"update portal_settings set ft_template='123' id = 1"
Comments
Post a Comment