[REQUEST] legion member script

10/14/2008 19:42 PowerChaos#16
i tryed it out , but then i go back to the beginning that i got in the beginning (hard to read ,isnt ^^ )

no , the thing i mean is when i use that that it shows all the time .. no legion


probaly the reason why is simple , if you dont got a legion then there isnt anything stored into that table (so let me say , it stops on row 20 , or in my case on row 32 )

btw , i fixed a little bit the code (the missing peaces)

Code:
if ($row['syndicate_id']==0)
{
 $legion_name='No Legion';
 $legion_rank='No rank';
}
else 
{
$legion_name=$row['NAME'];
$legion_rank=$row['rank_name'];
}
if i put it like this then it shows no name , if i put != instead of == then it shows the legion name/ranks

Thank you and Greets From The crasher
10/15/2008 02:31 funhacker#17
so it all works fine now?
10/15/2008 12:32 PowerChaos#18
the basic is working now :) , the thing i wanted

only the minor is that it shows not more then 32 in my case becouse i got only 32 members that are in a legion ^^ (will be changed soon probaly , but it need time ^^ )


so i like to say , Thank you for helping me whit the script :)

Greets From The Crasher