Army Ranking Script

Any problem with PHP can be disscused here
Post Reply
amr12391
Posts: 31
Joined: Sun Apr 23, 2006 8:38 am

Army Ranking Script

Post by amr12391 »

Hello Everyone! I have a clan for Call of Duty 2. And a PHP Website that i am trying to make very dynamic with MySQL.

I want to make a script that will show the user/member what rank they are in my clan. For Example. a variable could be set somewhere in their account..

if ($rank == private) {
echo "Your Rank is Private!"
echo "Image;
}

if ($rank == sergeant) {
echo "Your Rank is Sergeant!"
echo "Image;
}


you catch my drift? i would like to know how to do this.. like making it look for the variable in the persons account and then how do i say it "renders" it then.. any help will be appreciated!


In war there a only 2 things that should matter to you.

1. Your Life
2. And Your Friends/Brothers (If Any)

But... what do you do if you are surronded by nazis and your squad is almost all dead?

RUN BITCH RUN!!!
Post Reply