Ver Mensaje Individual
  #14 (permalink)  
Antiguo 10/08/2011, 08:29
roboty
 
Fecha de Ingreso: abril-2011
Mensajes: 867
Antigüedad: 13 años
Puntos: 5
Respuesta: Que significa este error de php

lo hice asin:
Código PHP:
Ver original
  1. if(isset($_SESSION['carro']))
  2.     {
  3.       $carro = array();
  4.       $_SESSION["carro"]= $carro;
  5.     }

pero no me funciono alguna ayuda?

tambien me sale este error y no se como definir la variable.

Notice: Undefined variable: carro in C:\wamp\www\pruebas\carro.php on line 23

Última edición por roboty; 10/08/2011 a las 09:22