Moderators mark1million Posted March 10, 2010 Moderators Report Share Posted March 10, 2010 Is there a way of not listing new pilots until they have been approved? Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted March 10, 2010 Report Share Posted March 10, 2010 I use this to ensure only active pilots are shown. foreach($allpilots as $pilot) { if($pilot->retired != 1) { I am sure you can do the same for confirmed foreach($allpilots as $pilot) { if($pilot->confirmed != 0) { Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted March 11, 2010 Author Moderators Report Share Posted March 11, 2010 Thanks for that, i will give that a go... 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.