Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/05/2007, 21:43
Avatar de damian0021
damian0021
 
Fecha de Ingreso: noviembre-2006
Mensajes: 101
Antigüedad: 17 años, 5 meses
Puntos: 0
Re: Consulta simple a base de datos mysql

gracias b3nj4 finalmente termine usandolo asi:

$tipo_n=$HTTP_POST_VARS["tipo"];
$tipo_1=mysql_query("SELECT opcion FROM `lista_tipos` WHERE id=$tipo_n");
$registro_c=mysql_fetch_row($tipo_1);