perdon, se ha quedado a medias. sigo.
el codigo del script llamado desde ajax es
Código:
<?php
sleep(1);
include_once('inc/conexion.php');
$sql = "SELECT * FROM clients order by nomclient;";
$res = mysql_query($sql);
$ide = "";
?>
<div id='pad-wrapper' class='datatables-page' style='margin-top:0px;'>
<div class='row'>
<div class='col-md-8'>
<table id='example' class='table table-hover'>
<thead>
<tr>
<th style = 'display:none;' tabindex='0' rowspan='1' colspan='1'>ID</th>
<th tabindex='0' rowspan='1' colspan='1'>Nombre</th>
<th tabindex='0' rowspan='1' colspan='1'>Dirección</th>
<th tabindex='0' rowspan='1' colspan='1'>Población</th>
<th tabindex='0' rowspan='1' colspan='1'>Tlfno.</th>
<th tabindex='0' rowspan='1' colspan='1'>Año nac.</th>
<th tabindex='0' rowspan='1' colspan='1'></th>
<th tabindex='0' rowspan='1' colspan='1'></th>
</tr>
</thead>
<tbody>
por donde empiezo a mirar para que salga correcto?
gracias y disculpen mi torpeza