bueno manes hago esta consulta y me da error
Código php:
Ver original<?php
$result=mysql_query("select char_name, level, charId, count from characters,heroes where characters.charid=heroes.charid"); {
echo '<tr>
<th class=\'Stil5\' align=center>'.$row['char_name'].'</th>
<th class=\'Stil5\' align=center>'.$row['level'].'</th>
<th class=\'Stil5\' align=center>Clan:</th>
<th class=\'Stil5\' align=center>'.$row['count'].'</th>
</tr>';
}
?>
y me sale este error
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\1\hero.php on line 70