|
Well how about you just make this one change and in editproduct which should fix the initial issue by adding these in bold
'origcat' => INT, 'category' => INT, 'edit' => STRING, 'delete' => STRING, 'myzipcode' => INT, 'price' => STRING, 'highlight' => INT, 'bold' => INT, 'italic' => INT));
|