Daniel Posted October 28, 2010 Report Share Posted October 28, 2010 what is the Code to show the Pilot Id in the email_registrationaccepted thanks Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted October 28, 2010 Moderators Report Share Posted October 28, 2010 I have been doing some work tonight so the file is on hand That will get you the first name lastname and their pilot code. <?php echo $pilot->firstname.' '.$pilot->lastname ?> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?> Quote Link to comment Share on other sites More sharing options...
Daniel Posted October 28, 2010 Author Report Share Posted October 28, 2010 thanks alot mate 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.