De antemano muchas gracias, adjunto parte del Formulario:
<FORM METHOD="POST" ACTION="Insert.php" name"formulario" id="formulario">
<?
mysql_connect("localhost","Operador","datafull");
$sSQL="Select N_OTME From db_solicitudes";
mysql_select_db("MantEdif");
$result=mysql_query($sSQL);
$row=mysql_fetch_array($result)
?>
<table border="2" cellspacing="1" cellpadding="1" align="left">
<tr>
<td><font size="2" face="Times">N° O.T.M.E.</font></td>
<td><input type=text value="<? echo $row[N_OTME] ?> " name="N_OTME" readonly size="4" maxlength="4"></td>
</tr>
</table>
por fa ojala me ayuden pronto estoy medio
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)