Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/02/2006, 11:55
byzard
 
Fecha de Ingreso: agosto-2003
Ubicación: santiago, chile
Mensajes: 303
Antigüedad: 20 años, 8 meses
Puntos: 0
vale, por la ayuda me sirvio.
haciendo esto pude ir sacando los registros que necesitaba
...
Código:
($row=mysql_fetch_array($result7));
despues llamaba el primer registro

Código:
<input name="textfield" type="text" value=" <? echo $row['objetivonombre']; ?>" maxlength="60">
y luego para el resto:
Código:
	<input name="textfield2" type="text" value=" if( $row = mysql_fetch_array( $result7 ) ){
	 echo $row['objetivonombre']; }
gracias por la ayuda, nos vemos