Ver Mensaje Individual
  #9 (permalink)  
Antiguo 09/08/2005, 16:13
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 5 meses
Puntos: 11
Prueba esto:

$consulta = mysql_query("SELECT * FROM $tabla order by cast(nombre AS unsigned)") or die(mysql_error());