krappleby025
Programmer
i have a code as follows
extract($row);
echo "<tr>\n
<td width=\"50%\" bgcolor=\"#FFFFFF\"><font face=\"MS Sans Serif\" color=\"#000000\"><B><center>$username</td>\n
<td width=\"50%\" bgcolor=\"#FFFFFF\"><font face=\"MS Sans Serif\" color=\"#000000\"><B><center>$fullname</td>\n
</tr>\n
";
everything works except the $fullname echo.. it does not produce the record, the database results are called, and it just dont show it.. The $username works
any ideas
thanks
extract($row);
echo "<tr>\n
<td width=\"50%\" bgcolor=\"#FFFFFF\"><font face=\"MS Sans Serif\" color=\"#000000\"><B><center>$username</td>\n
<td width=\"50%\" bgcolor=\"#FFFFFF\"><font face=\"MS Sans Serif\" color=\"#000000\"><B><center>$fullname</td>\n
</tr>\n
";
everything works except the $fullname echo.. it does not produce the record, the database results are called, and it just dont show it.. The $username works
any ideas
thanks