muchas gracias
santris funciona perfecto queda super dinamico. no se me ocurrio nunca esa solucion. te admiroo profundamente
yo lo estaba creando asi, pero no quedaba dinamico y se repite mucho el codigo. tu codigo es espectacular.
Código PHP:
Ver original<?php
include("conex.php");
$link=Conectarse();
echo "Total es: $totales registros<br>";
echo "<table width='500' height='103' border='1' cellpadding='1' cellspacing='1'>
<tr>
";
$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM titulos LIMIT 0, 3";
$id = $row["id"];
echo "<td>Id: $id </td>";
}
echo "<tr>";
$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM titulos LIMIT 3, 3";
$id = $row["id"];
echo "<td>Id: $id</td>";
}
echo "<tr>";
$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM titulos LIMIT 6, 3";
$id = $row["id"];
echo "<td>Id: $id</td>";
}
echo "<tr>";
echo " </tr> </table>";
?>
salida es: