Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/03/2003, 21:59
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 1 mes
Puntos: 1
Esto no te funciona:_

$resultado=mysql_query("SELECT * FROM $tabla ORDER BY Nombre ASC WHERE (Categoria='$Busq' and Subcategoria='$Sub' and Sexo='$VH' and Visto='Si')",$conexion);

Por qe el Order BY va al final de la consulta.