Ver Mensaje Individual
  #54 (permalink)  
Antiguo 26/11/2011, 11:37
Avatar de memp500
memp500
 
Fecha de Ingreso: octubre-2011
Ubicación: venezuela
Mensajes: 40
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: inicio de sesion

menu.php
Código PHP:
Ver original
  1. <table width="100%" border="0" cellspacing="0">
  2.   <tr>
  3.     <td><a href="index.php?seccion=welcome">Inicio</a></td>
  4.     <td><a href="index.php?seccion=ingresar">Ingresar</td>
  5.     <td><? include("user_mod.php");?></td>
  6.   </tr>
  7. </table>
mod_menu
Código PHP:
Ver original
  1. <table width="auto" border="0" cellspacing="0">
  2.   <tr>
  3.     <td><table width="auto" border="0" cellspacing="0">
  4.   <tr>
  5.     <td><table width="auto" border="0" cellspacing="0">
  6.   <tr>
  7.     <td><img src="http://www.forosdelweb.com/../images/icono_usuario.png" width="25" height="26"/></td>
  8.     <td>    <?php echo $row_acceso_usuarios['usuario']; ?> </td>
  9.   </tr>
  10. </table>
  11. </td>
  12.   </tr>
  13.   <tr>
  14.     <td><center><a href="http://www.forosdelweb.com/mod_menu/index.php?seccion=welcome">Desconectar</a>
  15.     </center></td>
  16.   </tr>
  17. </table>
  18. </td>
  19.   </tr>
  20. </table>
__________________
crear soluciones y oportunidades de desarrollo y crecimiento