Skip to content

Instantly share code, notes, and snippets.

@pazteddy
Created January 22, 2026 17:33
Show Gist options
  • Select an option

  • Save pazteddy/fc6e12601049dcc3a1fecb9bf89b64ad to your computer and use it in GitHub Desktop.

Select an option

Save pazteddy/fc6e12601049dcc3a1fecb9bf89b64ad to your computer and use it in GitHub Desktop.
Carro de compras
<?php
$cart = [
["product" => "Laptop", "price" => 1200],
["product" => "Mouse", "price" => 20],
["product" => "Teclado", "price" => 80]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment