$category = save_category($category,$connect)
$sql = "SELECT category_id,name FROM {$prefixTables}category_description WHERE name='".iconv('UTF-8', 'UTF-8', trim($str['category']))."'";
$res = $pdo->query($sql);
while($row = $res->fetch())
{
$category_id = $row['category_id'];
}
data-parsley-required"=true
public function setPrice(
array $arguments = null,
int|string|float $amount = null,
int $minor = null,
string $currency = null,
string $type = null,
DateTime $activated_at = null
)
: static