<table class="table-name-projects-DL">
<? mysql_query("SET NAMES 'utf8'",$bd_connect);
$result_table = "SELECT * FROM `addgames` WHERE datascam IS NULL ORDER BY `topproject` DESC, `adddata` DESC" or die(mysql_error());
$rs = mysql_query($result_table, $bd_connect);
while($myrowdl = mysql_fetch_array($rs)){echo "<tr><td class='style-table'>".$myrowdl['gamesname']."</td></tr>";}?>
</table>
<table class="users-information-statics-panel-DL">
<? mysql_query("SET NAMES 'utf8'",$bd_connect);
$result_table = mysql_query("SELECT * FROM `dlepisode1` ORDER BY `refvklad` DESC",$bd_connect);
do{
echo "<tr><td class='style-table'>".$myrow['id']."</td>";
echo "<td class='style-table'>".$myrow['nickname']."</td>";
echo "<td class='style-table'>".$myrow['refvklad']."</td>";
echo "<td class='style-table'>".$myrow['refsumma']."</td></tr>";
}while ($myrow = mysql_fetch_array($result_table)); ?>
</table>
куда мне $_GET["gamesname"] вставлять в таблице?)