MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/creditos/administracion/busqueda_administracion_creditos.php
<?
include("head.php");
include("datacon.php"); 
?>
<style type="text/css">
<!--
.Estilo1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
-->
</style>

<br>
<table width="650" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EEEEEE">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><form action="updateadministracionseguimiento.php" method=post name= id="">
      <table align="center" cellpadding="2" cellspacing="2">
        <tr bgcolor="#EEEEEE">
          <td><span class="Estilo1">C&eacute;dula : </span></td>
          <td><input type="text" name="cedula"></td>
        </tr>
        <tr bgcolor="#EEEEEE">
          <td colspan="2" align="center"><input type=submit name=Submit value="Administrar"></td>
        </tr>
      </table>
    </form></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><form action="updateadministracionseguimiento.php" method="post" name="form" id="form">
      <table width="200" border="0" align="center" cellpadding="2" cellspacing="2">
        <tr>
          <td align="right" bgcolor="#EEEEEE"><span class="Estilo1">Nombre : </span></td>
          <td align="center" bgcolor="#EEEEEE"><select name="cedula" id="cedula">
              <?
$querydrop = "select cedula,apellidosynombres from solicitudcredito_deudor";
$resultdrop = MYSQL_QUERY($querydrop);
$numberdrop = mysql_Numrows($resultdrop);

if ($numberdrop>0) 
{
$xdrop=0;

        while ($xdrop<$numberdrop)
        {

             $cedula = mysql_result($resultdrop,$xdrop,"cedula"); 
             $apellidosynombres = mysql_result($resultdrop,$xdrop,"apellidosynombres"); 
             echo "<option value=\"$cedula\">$apellidosynombres</option>"; 
             $xdrop++;
        } // end while 
} // end if 
?>
          </select></td>
        </tr>
        <tr align="center">
          <td colspan="2" bgcolor="#EEEEEE"><input type="submit" name="Submit" value="Administrar"></td>
        </tr>
      </table>
    </form></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<br>
<br>