TAV1702 Posted August 9, 2010 Report Posted August 9, 2010 Working on a custom Pilot Center Public Profile Page and I am wondering if there is any way to show the pilots status. For example, Active, or Retired/Inactive. I am sure there is, I just am overlooking the proper code. I have tried until I was blue in the face today and so far no good. Quote
Guest lorathon Posted August 10, 2010 Report Posted August 10, 2010 Give this a try Pilot Status: <?php if($userinfo->retired == '1') echo "Retired"; else echo "Active";?> Quote
TAV1702 Posted August 10, 2010 Author Report Posted August 10, 2010 Ok tonight after I get done with school and can get back on my project I will give it a try. Thanks for the reply. I appreciate it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.