jatar_k

msg:1316811 | 7:39 pm on Jun 14, 2005 (gmt 0) |
what do you want that code to display?
|
mavherick

msg:1316812 | 7:49 pm on Jun 14, 2005 (gmt 0) |
this loop seems buggy for ($Userid = 1; $id < 11; $Userid++) { $output = ceil($Userid / 3).':'.$mod[$Userid % 3]; echo 'id: '.$Userid.'<br />'; echo 'output: '.$output.'<br /><br />'; } |
| the $id variable never change, so probably always evaluate to true. Shouldn't you be using $Userid instead?
|
xkid

msg:1316813 | 7:58 pm on Jun 14, 2005 (gmt 0) |
good point :P But now the ids are static.. :S Name: ID: Ole2:3 Zlæf-D2:3 General 2:3 Vigg02:3 test2:3 yeah!2:3 DruliaN2:3 Jean2:3 Any suggestions? I'm very thankful for all help!
|
xkid

msg:1316814 | 8:07 pm on Jun 14, 2005 (gmt 0) |
by the way.. I realised maybe this is an important fact..: the script uses ". $row["id"] . " to show a players id..
|
|