Ver Mensaje Individual
  #11 (permalink)  
Antiguo 23/06/2015, 15:40
angelica19
 
Fecha de Ingreso: junio-2015
Ubicación: Lima
Mensajes: 41
Antigüedad: 9 años, 8 meses
Puntos: 0
Respuesta: Mostrar foto de perfil en boleta de notas - con PHP y MySQL

aqui la segunda parte:

Código PHP:
Ver original
  1. </td>
  2.       </tr>
  3.       <tr>
  4.         <td height="26" align="center"  bgcolor="#00CC00" class="Estilo2"><strong>NOMBRES:</strong></td>
  5.         <td colspan="5" align="left" bgcolor="#FFFFCC" class="Estilo2"><strong><?php echo $row_Recordset1['valum']; ?></strong></td>
  6.       </tr>
  7.       <tr>
  8.         <td height="26" align="center"  bgcolor="#00CC00" class="Estilo2"><strong>CARRERA:</strong></td>
  9.         <td colspan="5" align="left" bgcolor="#FFFFCC" class="Estilo2"><strong><?php echo $row_Recordset1['vcar']; ?></strong></td>
  10.       </tr>
  11.       <tr>
  12.         <td height="26" align="center" valign="bottom"  bgcolor="#00CC00" class="Estilo2"><strong>TURNO:</strong></td>
  13.         <td colspan="5" align="left" bgcolor="#FFFFCC" class="Estilo2"><strong><?php echo $row_Recordset1['turno']; ?></strong></td>
  14.       </tr>
  15.   <td width="10%" bgcolor="#00CC00"><div align="center" class="Estilo1"><strong> CODIGO; </strong></div></td>
  16.     <td width="25%" bgcolor="#00CC00"><div align="center" class="Estilo1"><strong>CURSO</strong></div></td>
  17.     <td width="25%" bgcolor="#00CC00"><div align="center" class="Estilo1"><strong>CREDITO</strong></div></td>
  18.     <td width="25%" bgcolor="#00CC00"><div align="center" class="Estilo1"><strong>CICLO</strong></div></td>
  19.     <td width="25%" bgcolor="#00CC00"><div align="center" class="Estilo1"><strong>SEMESTRE</strong></div></td>
  20.     <td width="25%" bgcolor="#00CC00"><div align="center" class="Estilo1"><strong>DOCENTE</strong></div></td>
  21.     <td width="8%"bgcolor="#00CC00"><div align="center" class="Estilo1"><strong>NOTA FINAL</strong></div></td>
  22.   </tr>
  23.   <?php do { ?>
  24.   <tr bgcolor="#FFFFCC">
  25.     <td width="10%" bgcolor="#FFFF99" ><div align="center" class="Estilo2"><font color="#000033"
  26.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset1['codcur'];  ?></strong></font></div></td>
  27.     <td width="25%" bgcolor="#FFFFFF"><div align="left" class="Estilo1"><font color="#000033"
  28.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset1['nomcur']; ?></strong></font></div></td>
  29.     <td width="25%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><font color="#000033"
  30.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset1['icredcur']; ?></strong></font></div></td>
  31.     <td width="25%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><strong><?php echo $row_Recordset1['ciclo']; ?></strong></div></td>
  32.     <td width="25%" bgcolor="#FFFFFF"><div align="center" color= "blue" class="Estilo1"><strong><?php echo $row_Recordset1['semestre']; ?></strong></div></td>
  33.     <td width="25%" bgcolor="#FFFFFF"><div align="left" class="Estilo1"><strong>
  34.       <?php  echo $row_Recordset1['vdocente']; ?>
  35.     </strong></div></td>
  36.     <td width="8%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><strong><?php echo $row_Recordset1['nf']; ?></strong></div></td>
  37.   </tr>
  38.   <?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
  39.   <tr bgcolor="#FFFFCC"></tr>
  40.   <br />
  41.   <br />
  42.   <br />
  43.   <?php do { ?>
  44.   <tr bgcolor="#FFFFCC">
  45.     <td width="10%" bgcolor="#D3FBC6" ><div align="center" class="Estilo1"><strong><?php echo $row_Recordset2['codcur']; ?></strong></div></td>
  46.     <td width="25%" bgcolor="#FFFFFF"><div align="left" class="Estilo1"><strong><?php echo $row_Recordset2['nomcur']; ?></strong></div></td>
  47.     <td width="25%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><strong><?php echo $row_Recordset2['icredcur']; ?></strong></div></td>
  48.     <td width="25%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><strong><?php echo $row_Recordset2['ciclo']; ?></strong></div></td>
  49.     <td width="25%" bgcolor="#FFFFFF"><div align="center" color= "blue" class="Estilo1"><strong><?php echo $row_Recordset2['semestre']; ?></strong></div></td>
  50.     <td width="25%" bgcolor="#FFFFFF"><div align="left" class="Estilo1"><strong><?php echo $row_Recordset2['vdocente']; ?></strong></div></td>
  51.     <td width="8%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><strong><?php echo $row_Recordset2['nf']; ?></strong></div></td>
  52.   </tr>
  53.   <?php }  while ($row_Recordset2 = mysql_fetch_assoc($Recordset2)); ?>
  54.   <tr bgcolor="#FFFFCC"></tr>
  55.   <br />
  56.   <br />
  57.   <br />
  58.   <?php do { ?>
  59.   <tr bgcolor="#FFFFCC">
  60.     <td width="10%" bgcolor="#FFFFFF" ><div align="center" class="Estilo1"><font color="#000033"
  61.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset3['codcur']; ?></strong></font></div></td>
  62.     <td width="25%" bgcolor="#FFFFFF"><div align="left" class="Estilo1"><font color="#000033"
  63.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset3['nomcur']; ?></strong></font></div></td>
  64.     <td width="25%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><font color="#000033"
  65.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset3['icredcur']; ?></strong></font></div></td>
  66.     <td width="25%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><strong><?php echo $row_Recordset3['ciclo']; ?></strong></div></td>
  67.     <td width="25%" bgcolor="#FFFFFF"><div align="center" color= "blue" class="Estilo1"><font color="#000033"
  68.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset3['semestre']; ?></strong></font></div></td>
  69.     <td width="25%" bgcolor="#FFFFFF"><div align="left" class="Estilo1"><font color="#000033"
  70.            face= "BOOKMAN OLD STYLE" class="Estilo1"><font color="#000033"
  71.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset3['vdocente']; ?></strong></font></font></div></td>
  72.     <td width="8%" bgcolor="#FFFFFF"><div align="center" class="Estilo1"><font color="#000033"
  73.            face= "BOOKMAN OLD STYLE" class="Estilo1"><strong><?php echo $row_Recordset3['nf']; ?></strong></font></div></td>
  74.   </tr>
  75.   <?php  } while ($row_Recordset3 = mysql_fetch_assoc($Recordset3)); ?>
  76.   </table></td>
  77.   </tr>
  78.   </table>
  79.   <table width="968" border="0" align="center">
  80.     <tr>
  81.         </tr>
  82. </table>
  83.       </CENTER>
  84.       </div>
  85.   <!-- end #mainContent -->
  86. <!-- end #container -->
  87.           <tr>
  88.   <tr>
  89. </form>
  90.     <p> <center>
  91.       <p>
  92.         <label><a href="javascript:imprSelec('record')"><img src="images/imprimir.jpg" width="91" height="78" /></a></label>
  93.         <br >
  94.         </p>
  95.       <p><strong>&gt;&gt;&gt;<a href="index.php">REGRESAR</a>&lt;&lt;&lt;</strong></p>
  96.     </center>  
  97. </p>
  98. </body>
  99. </html>
  100.   </p>
  101. <?php
  102. mysql_free_result($Recordset1);
  103. mysql_free_result($Recordset2);
  104. mysql_free_result($Recordset3);
  105. ?>