Moderators servetas Posted July 26, 2012 Moderators Report Share Posted July 26, 2012 Hello, i am building a complete welcome email which will be sent when someone's registration is getting accepted. How can i get pilot's id on my email? ex Hello John John (his first and his last name), your pilot id is GRW387. How can i get automatically the GRW387 from the database? Regards, servetas Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 26, 2012 Moderators Report Share Posted July 26, 2012 <?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...
Moderators servetas Posted July 26, 2012 Author Moderators Report Share Posted July 26, 2012 Worked Thank you very much... 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.