Page 1 of 1

Army Ranking Script

Posted: Thu May 25, 2006 4:24 pm
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!