Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/03/2003, 15:18
Avatar de syntex
syntex
 
Fecha de Ingreso: noviembre-2002
Ubicación: Cataluña
Mensajes: 978
Antigüedad: 21 años, 5 meses
Puntos: 4
Se podria colocar un WHERE y ORDER BY Nombre ASC.

Coincidencias y ordenar por Nombre Ascendiente?
Como?

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