|
I believe this should also read
typecast($_POST, array('rating' => STRING, 'title' => STRING, 'keywords' => STRING, 'desc' => STRING, 'price' => STRING, 'extra1' => STRING,
'extra2' => STRING, 'extra3' => STRING, 'extra4' => STRING,'extra5' => STRING, 'extra6' => STRING,
'origcat' => INT, 'category' => INT, 'edit' => STRING, 'delete' => STRING, 'myzipcode' => INT));
|