Código PHP:
   if(session_is_registered(name)){
    $nombre=$_SESSION['name'];
    $login=mysql_query("select name from usuarios where name='$nombre' ");
    echo("
    <table width=\"100%\" border=\"0\" cellspacing=\"0\" background=\"IMG/fond_men.png\">
                <tr>
                  <td height=\"26\" colspan=\"2\" background=\"IMG/esq_izq_men.png\" class=\"esq_izq_ar\"> </td>
                  <td width=\"80%\" align=\"center\" valign=\"middle\" bgcolor=\"#FFFFFF\"><strong>USUARIOS</strong></td>
                </tr>
                <tr>
                  <td width=\"3%\" height=\"21\" class=\"esq_izq\"> </td>
                  <td colspan=\"2\" background=\"IMG/fond_men.png\" class=\"derecha\">Bienvenido <font color=\"red\">
                  <b> $login </b>
                  </font> </td>
                  </tr>
                <tr> 
     
 


