Hola, a ver si podéis ayudarme.
Utilizo un template HTML con una tabla para mostrar los datos recuperados de una base de datos.
Me gustaría mostrarlos de 10 en 10. ¿Algún método recomendable y sencillo?
<HTML>
<HEAD>
<title> My users</title>
</HEAD>
<p ALIGN = "center" ><a href="?mode=new">Create new user</a>
<a href="?mode=upd">Update my account</a></p>
<br>
<h2 >List of users created by </h2>
<body>
<FORM METHOD=POST ACTION="app.pl">
<input type="hidden" name="mode" value="mod">
<table border=2 width="60%" ...
News of Foro - Perl en Español