18/04/2008, 18:55
|
| | | Fecha de Ingreso: noviembre-2006
Mensajes: 101
Antigüedad: 18 años 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 :( |