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 "

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

}
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!