Foros del Web » Programando para Internet » PHP »

perfil no muestra sus datos?

Estas en el tema de perfil no muestra sus datos? en el foro de PHP en Foros del Web. @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código PHP: Ver original <?php include ( '../../lib.php' ) ; include ( '../../configuracion.php' ) ; $abrirdb = abrirdb ( ) ; $usuario = ...
  #1 (permalink)  
Antiguo 21/09/2014, 14:37
 
Fecha de Ingreso: mayo-2012
Mensajes: 363
Antigüedad: 11 años, 11 meses
Puntos: 0
perfil no muestra sus datos?

Código PHP:
Ver original
  1. <?php
  2. include('../../lib.php');
  3. include('../../configuracion.php');
  4. $abrirdb=abrirdb();
  5. $usuario = explode(" ",$_COOKIE["souladventure"]);
  6. $user = doquery("SELECT * FROM {{table}} where id=".$usuario[0]."","usuarios");
  7. $user_row = mysql_fetch_array($user);
  8. $gold = $user_row['gold'];
  9. $puntos = $user_row['puntos'];
  10. $ticket  = $user_row['ticket'];
  11. $fecha = $user_row['regdate'];
  12. ?>
  13. <style type="text/css">
  14. .estilo {
  15.     background-color: #FC6;
  16. }
  17. .fondo {
  18.     background-color: #999;
  19. }
  20. </style>
  21. </head>
  22.  
  23. <body>
  24. <br/>
  25. <table width="634" height="201" border="1" cellspacing="3">
  26.   <tr class="fondo">
  27.     <th width="307" height="193" scope="col"><div align="center">
  28.       <table width="248" border="1" cellspacing="3">
  29.         <tr>
  30.           <th class="estilo" scope="col">{{title_profile_no}}</th>
  31.           </tr>
  32.       </table>
  33.       <p>&nbsp;</p>
  34.     </div>
  35.       <div align="center">
  36.         <table width="200" height="121" border="2" cellspacing="3">
  37.           <tr>
  38.             <th scope="col">foto</th>
  39.           </tr>
  40.         </table>
  41.        
  42.       </div></th>
  43.     <th width="308" height="193" scope="col"><div align="center">
  44.       <table width="248" border="1" cellspacing="3" class="estilo">
  45.         <tr>
  46.           <th scope="col">&nbsp;</th>
  47.           <th scope="col">&nbsp;</th>
  48.           <th scope="col">&nbsp;</th>
  49.         </tr>
  50.       </table>
  51.       <p>&nbsp;</p>
  52.       <p>&nbsp;</p>
  53.     </div>
  54.       <div align="center">
  55.         <table width="200" border="1" cellspacing="3" class="estilo">
  56.           <tr>
  57.             <th scope="col"><div align="left">fecha de ingreso:<?=$fecha?></div></th>
  58.           </tr>
  59.           <tr>
  60.             <td><div align="left"></div></td>
  61.           </tr>
  62.           <tr>
  63.             <td><div align="left">puntos:<?=$puntos?></div></td>
  64.           </tr>
  65.           <tr>
  66.             <td><div align="left">ranking:</div></td>
  67.           </tr>
  68.         </table>
  69.     </div></th>
  70.   </tr>
  71. </table>
  72. <table width="633" border="1" cellspacing="3">
  73.   <tr>
  74.     <th width="307" class="estilo" scope="col"><div align="left"></div></th>
  75.     <th width="307" class="estilo" scope="col"><div align="left"></div></th>
  76.   </tr>
  77.   <tr>
  78.     <th class="estilo" scope="col"><div align="left"></div></th>
  79.     <th class="estilo" scope="col"><div align="left"></div></th>
  80.   </tr>
  81. </table>
  82. </body>
  83. </html>
  84.  
  85. <a href="index.php">{{return}}</a>

a ver quien me puede ayudar...graciasss

Etiquetas: fecha, html, muestra, mysql, perfil, select, usuarios
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 15:31.