uniqueID(); $token .= $cryptography->uniqueID(); $token .= $cryptography->uniqueID(); $token .= $cryptography->uniqueID(); $_SESSION['uuid'] = $token; } else { $token = $_SESSION['uuid']; } ?>

Inventory

getproducts('rows','all',false,false,false,$_SESSION['token']); if(count($products) >=1) { $products = array_reverse($products); $string = ''; $string .= ''; $string .= ''; $string .= ''; $string .= ''; $string .= ''; $string .= ''; $string .= ''; $string .= ''; $string .= ''; for($i=0;$i'; } $string .= ''; } $string .= '
#IdTitleDescriptionCategoryPriceStock
'; } else { $string = "There are not enough product to show. Please download shop.csv and add products."; } echo $string; ?>