function getOrderId(){
$ordernum = substr(implode(NULL, array_map('ord', str_split(substr(uniqid(), 7, 15), 1))), 0, 12);
return $ordernum;
}
$ordernum = substr(implode(NULL, array_map('ord', str_split(substr(uniqid(), 7, 15), 1))), 0, 12);
return $ordernum;
}