Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/04/2009, 08:53
majony
(Desactivado)
 
Fecha de Ingreso: diciembre-2008
Mensajes: 421
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: Que sea publico o privado

Tengo una duda es posible hacer esto

Código php:
Ver original
  1. if ($listado = mysql_query("select * from noticia where categoria='$categoria' and estado=1"))
  2.   {// etc } else
  3.  {
  4.   echo "No se puedo hacer";
  5. }