what am i doing wrong?
Posted: Fri Aug 16, 2002 11:14 pm
Code: Select all
while($row=mysql_fetch_array($q)){
echo "<table width=100%>\n";
echo "<tr>\n"; #one <tr> tag for each row
#printing date and attacktype...
echo "<td>$rowїdate]<td>$rowїattack]";
#printing attacker and defender and result...
echo "<td>$rowїattname] (#$rowїattnum])<td><b>$rowїattally]";
echo "<td>$rowїdefname] (#$rowїdefnum])<td><b>$rowїdefally]";
echo "<td>$rowїloss]\n";
}it worked perfectly a week ago, and i come back to it now and i find out that this went wack!
Does anyone know what's up?