Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/01/2007, 23:02
Avatar de -=ArgoN=-
-=ArgoN=-
 
Fecha de Ingreso: octubre-2005
Ubicación: Barcelona, España
Mensajes: 843
Antigüedad: 18 años, 6 meses
Puntos: 1
Re: Exceptuar un campo

Código PHP:
$getimg2=mysql_fetch_array(mysql_query("SELECT * FROM imagenes where categoria='".$getimg['id']."' AND NOT categoria='1' ORDER BY rand() LIMIT 1"))