$foot = mysql_query("SELECT count(*)
FROM tblQA
WHERE intResponseID = ''
AND cCategory = 'Football' as qcount,
(SELECT max(dPostDateTime)
FROM tblQA
WHERE intResponseID = ''
AND cCategory = 'Football') as lastq");
$football = mysql_fetch_array($foot);
echo "<td class='forum'>" . $footbll['qcount'] . "</td>";
echo "<td class='forum'>" . $footbll['lastq'] . "</td>";
Bu benim tabloda hiçbir şey göstermez. Ben tablo yapısı para cezası var, tüm HTML kodunu sonrası vermedi.