![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/11/2012, 18:29
|
| | Fecha de Ingreso: julio-2009
Mensajes: 118
Antigüedad: 15 años, 6 meses Puntos: 2 | |
Respuesta: como paso estos valores por get me sale un error que dice
Notice: Undefined index: espe in C:\wamp\www\ida\update_cliente_id.php on line 12
Call Stack
# Time Memory Function Location
1 0.0025 380552 {main}( ) ..\update_cliente_id.php:0
y el código que tengo en pagina update_cliente_id.php para resibir la variable es :
$id_cliente = $_GET["id"];
$especi = $_GET["espe"];
echo "$id_cliente"."<br />";
echo "$espe"."<br />";
de ante mano gracias |