Moderators servetas Posted July 26, 2012 Moderators Report 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
Moderators mark1million Posted July 26, 2012 Moderators Report Posted July 26, 2012 <?php echo $pilot->firstname.' '.$pilot->lastname ?> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?> Quote
Moderators servetas Posted July 26, 2012 Author Moderators Report Posted July 26, 2012 Worked Thank you very much... 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.