PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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";
}
the table that is displayed with these results is like a pyramid tiped to the right, big to small...
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?
Last edited by m3mn0n on Sat Aug 17, 2002 1:31 am, edited 1 time in total.