amcpilot Posted April 8, 2011 Report Share Posted April 8, 2011 Just wondering if it is possible to hide something from pilots if they haven't done a PIREP yet or visa versa. If it is possible could somebody please help me out with it? Thanks, 1 Quote Link to comment Share on other sites More sharing options...
Jon Posted April 8, 2011 Report Share Posted April 8, 2011 Hello, <?php if ($userinfo->totalflights<1) echo "You Have Not Completed A Flight Yet Please File A Report To Avoid Being Removed" ?> That's if you haven't completed a flight yet, so: <?php if ($userinfo->totalflights>1) } ?> Show whatever <?php } ?> Hope That Helps! Jon 1 Quote Link to comment Share on other sites More sharing options...
amcpilot Posted April 8, 2011 Author Report Share Posted April 8, 2011 thanks a lot +1 Quote Link to comment Share on other sites More sharing options...
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.