Ver Mensaje Individual
  #22 (permalink)  
Antiguo 21/09/2005, 10:38
davidso
 
Fecha de Ingreso: septiembre-2005
Mensajes: 28
Antigüedad: 18 años, 7 meses
Puntos: 0
VER_cARRITO.PHP
Código PHP:


<?

include_once("lib_carrito.php");
?>

<html>
<head>
    <title>Introduce Producto</title>
</head>

<body>

<?

$_SESSION
["ocarrito"]->imprime_carrito();
    
?>

<p><br>
  <br>
    <a href="index_carrito.php">Volver</a>
</p>

<p><a href="mnada_carrito.php" target="_self">Mandar</a></p>
</body>
</html>