![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/05/2011, 10:23
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 84
Antigüedad: 15 años, 4 meses Puntos: 0 | |
Respuesta: [Últimos 10 Resultados] Php y SQL, no salen =( Bueno utilice while asi:
$articulos = $db->query("SELECT title, date FROM ".PREFIX."_post WHERE autor='".$row['name']."' order by date DESC LIMIT 0,10");
while ($row = $db->get_row($articulos)) {
$tpl->set('{articulos}', $row['title']);
}
Y tampoco :( |