Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/04/2008, 18:55
Avatar de damian0021
damian0021
 
Fecha de Ingreso: noviembre-2006
Mensajes: 101
Antigüedad: 17 años, 5 meses
Puntos: 0
Re: pasar variable de flash a html o php

Hola no me anda correctamente, cuando llamo al php me aparece asi:

mete_producto.php?id=undefined&nombre=undefined


en el php como tomo las variables?
hasta el momento lo estaba haciendo asi:

<?
include("lib_carrito.php");
$_SESSION["ocarrito"]->introduce_producto($HTTP_POST_VARS["id"], $HTTP_POST_VARS["nombre"], $precio, $HTTP_POST_VARS["talle"], $HTTP_POST_VARS["color"], $HTTP_POST_VARS["cantidad"]);
?>

me esta agarrando unos matetes de cabeza terrible con este tema :(