Posts by Renan M • 1 point
3 posts
-
0
votes2
answers27
viewsA: Same Cookie Shopping Cart - I can’t detect the error in the code
I found the error at the point I suspected.... here... //Verificamos SE este PRODUTO já EXISTE no carrinho //NOTA: O ERRO PODE ESTAR AQUI// for($x=0, $num_itens = $itens; $x < $num_itens; $x++){…
-
-1
votes2
answers27
viewsQ: Same Cookie Shopping Cart - I can’t detect the error in the code
I’m testing a shopping cart... and I’m storing the cart items in the same cookie, but I am unable to detect the problem. I am recording the cart in a 2-dimensional array of 3 fixed items as value in…
-
0
votes0
answers37
viewsQ: Dynamically load external css link
I have 2 external CSS files that contain page backgrounds. In 1 only have links to images . webp and in other only . PNG , I am using a script to detect if the browser accepts . webp and if so it…