Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
$conexion=mysql_connect("localhost","usuario","password");
mysql_select_db("camilomw_mw",$conexion);
$strselect="select * from avatars";
$resultado=mysql_query($strselect,$conexion);
$myrow=mysql_fetch_array($resultado);
if($myrow){
echo "<center><i>pruebaaaaaa</b></i></center><br>";
echo "<table border='1' align='center'>";
do{
echo "<tr><td><a href=?id=".$myrow[id]."><img src='".$myrow[imagen]."'></a></td>";
echo "<td><b>nombre:</b>".$myrow['nombre']."<br>".$myrow['detalles']."</td>";
echo "<td><b>otros:</b>".$myrow['otros']."</td></tr>";
}while($myrow=mysql_fetch_array($resultado));
echo "</table>";
}
else{
echo "No se han encontrado resultados en la busqueda";
}
mysql_close($conexion);
?>
</body>
</html>
En pocas palabras lo que quiero lograr es esto:
http://www.neoinitio.com.ar/v2/index.php?modulo=listaravys&titulo=listaravys