Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/07/2009, 13:45
Avatar de GatorV
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
  1. $.getJSON(
  2.      'validar.php',
  3.     function(data) {
  4.            alert(data.txtruc);
  5.            alert(data.txtclave);
  6.     }
  7. );

Saludos.