Código PHP:
Ver original
<?php include('../../lib.php'); include('../../configuracion.php'); $abrirdb=abrirdb(); $user = doquery("SELECT * FROM {{table}} where id=".$usuario[0]."","usuarios"); $gold = $user_row['gold']; $puntos = $user_row['puntos']; $ticket = $user_row['ticket']; $fecha = $user_row['regdate']; ?> <style type="text/css"> .estilo { background-color: #FC6; } .fondo { background-color: #999; } </style> </head> <body> <br/> <table width="634" height="201" border="1" cellspacing="3"> <tr class="fondo"> <th width="307" height="193" scope="col"><div align="center"> <table width="248" border="1" cellspacing="3"> <tr> <th class="estilo" scope="col">{{title_profile_no}}</th> </tr> </table> <p> </p> </div> <div align="center"> <table width="200" height="121" border="2" cellspacing="3"> <tr> <th scope="col">foto</th> </tr> </table> </div></th> <th width="308" height="193" scope="col"><div align="center"> <table width="248" border="1" cellspacing="3" class="estilo"> <tr> <th scope="col"> </th> <th scope="col"> </th> <th scope="col"> </th> </tr> </table> <p> </p> <p> </p> </div> <div align="center"> <table width="200" border="1" cellspacing="3" class="estilo"> <tr> <th scope="col"><div align="left">fecha de ingreso:<?=$fecha?></div></th> </tr> <tr> <td><div align="left"></div></td> </tr> <tr> <td><div align="left">puntos:<?=$puntos?></div></td> </tr> <tr> <td><div align="left">ranking:</div></td> </tr> </table> </div></th> </tr> </table> <table width="633" border="1" cellspacing="3"> <tr> <th width="307" class="estilo" scope="col"><div align="left"></div></th> <th width="307" class="estilo" scope="col"><div align="left"></div></th> </tr> <tr> <th class="estilo" scope="col"><div align="left"></div></th> <th class="estilo" scope="col"><div align="left"></div></th> </tr> </table> </body> </html> <a href="index.php">{{return}}</a>
a ver quien me puede ayudar...graciasss