http://img576.imageshack.us/img576/102/noticiasq.png
Probe poniendo distinct * pero igual
Este es mi condigo.
Código PHP:
Ver original
include('conectar.php'); $link=Conectarse(); $categoria = $_GET['categoria']; $listado = mysql_query("select * from noticia where categoria='$categoria' and estado=1 "); $nfilas = mysql_num_rows ($listado); $result=mysql_query("Select * From noticia WHERE id='$id' LIMIT 1"); $row=mysql_fetch_array($result); if ($nfilas > 0) { //table </table> </td> </tr> <?php } ?> <?php } else echo (" <center> No existen noticias Publicadas... </center>"); ?> </table>