ai si estube arreglando un poco el codigo ahora tengo otro problema no me muestra nada el ajax D;
Código PHP:
Ver original<html>
<head>
<script language="javascript" type="text/javascript" src="ajax_admin_urg_add.PHP"></script>
<script src="jquery-1.7.2.js"></script>
<body>
<br>
<label>Nombre de Usuario:</label><input type="text" id="texto1" />
<input type="button" value = "Consultar" id ="boton" />
<br></br>
<br></br>
<br></br>
<label>DATOS USUARIO</label>
<div id ="datos_usu">
<br></br>
<br></br>
<br></br>
</div>
<label>PERMISOS QUE POSEE</label>
<div id ="permiso">
<br></br>
</div>
</body>
</head>
</html>
Código PHP:
Ver original$hola = $_GET['mensaje'];
$usu_urg = new UsuarioUrgencia();
$dato_usu = new Usuario();
$funcio= new Funcionario();
$bus = $usu_urg -> buscar($hola);
$bus3 = $funcio -> setFuncionario($id);
$bus2 = $dato_usu -> setUsuario($bus['out_usu_id']);
$id = $dato_usu -> getFunID();
$nombres = $funcio -> getNombres();
$rut = $funcio -> getRut();
$dv = $funcio -> getDv();
$apellido = $funcio -> getApellidoPaterno();
$apellido2 = $funcio -> getApellidoMaterno();
echo 'hola';
?>
en este php tengo mi ajax me gustaria mostrar esos echos en algun div
pd: una ayudadita si estoy perdido