Moderators mark1million Posted March 10, 2010 Moderators Report Posted March 10, 2010 Is there a way of not listing new pilots until they have been approved? Quote
Guest lorathon Posted March 10, 2010 Report 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
Moderators mark1million Posted March 11, 2010 Author Moderators Report Posted March 11, 2010 Thanks for that, i will give that a go... 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.