Posts by Agência La Barba • 11 points
2 posts
-
0
votes1
answer69
viewsQ: Save array values in Database
I have a shopping cart: <?php if(!isset($_SESSION['itens'])) { $_SESSION['itens'] = array(); } // ADD ITEMS TO CART // if(isset($_GET['add']) && $_GET['add'] == "carrinho") { $idProduto =…
phpasked Agência La Barba 11 -
-2
votes2
answers332
viewsQ: Create random code by loading the PHP page
I’m creating a system for a real estate company, I need to create a random code for each insertion. Examples are: C for home = C5241a4d / T for land = T77d4a1r I want to play this code in an input,…
phpasked Agência La Barba 11