<table width="475" border="1">
<tr>
<td width="17"> </td>
<td width="108"> </td>
<td width="132">
<?php
include("config.inc.php") ;
mysql_select_db($db) ;
$result = mysql_query("select * from personal where username='$login_true'") or die ("Err Can not to result") ;
$dbarr = mysql_fetch_array($result) ;
echo"$login_true";