![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/05/2008, 10:50
|
![Avatar de electroera](http://static.forosdelweb.com/customavatars/avatar225824_1.gif) | | | Fecha de Ingreso: marzo-2008 Ubicación: San Miguel, Bs As, Argentina
Mensajes: 52
Antigüedad: 16 años, 10 meses Puntos: 0 | |
Respuesta: Problema con paginator Gracias por tu respuesta, si lei la documentaciony lo probe, ahora no se si he cometido algun error mas.
Vos decis que tendria que dejar el codigo asi?
$_pagi_sql= mysql_query("
select a.Rubro, a.Descripcion, a.Precio, a.IdProducto, b.IdProducto, b.PathImagen
from listadaytona as a, imagenes as b
where a.Rubro=".$id." and b.IdProducto=a.IdProducto
order by a.Descripcion");
include("paginator.inc.php");
echo "<table width=\"510\" height=\"100\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr align=\"center\" valign=\"middle\">"
."<td width=\"115\" height=\"30\"><img src=$dir_img></td>"
."<td width=\"315\" align=\"left\" class=\"desc_prods\">$desc<br>Articulo: $art</td>"
."<td width=\"80\" align=\"right\" class=\"precio\">$ $price</td>"
."</tr>"
."</table>"
."<br>"; |