Tema
:
problema con PHP y JSON
Ver Mensaje Individual
#
4
(
permalink
)
27/07/2009, 13:45
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: problema con PHP y JSON
Pues un ejemplo podría ser:
Código javascript
:
Ver original
$.
getJSON
(
'validar.php'
,
function
(
data
)
{
alert
(
data.
txtruc
)
;
alert
(
data.
txtclave
)
;
}
)
;
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV