mobitu Posted June 28, 2009 Report Posted June 28, 2009 hello again, i have a new challenge and i dont know how to do it for the frontpagemain. I would like to have a info box about new pilots in the VA. i like something like that: it would read new pilots i only be able to get the name... i would like to know how to put the flag and the hire date thanksssss Quote
Administrators Nabeel Posted June 28, 2009 Administrators Report Posted June 28, 2009 I think it's $pilot or whatever the variable is // The country image echo '<img src="'.Countries::getCountryImage($pilot->location).'" />'; // Join date echo date('m-d-Y', $pilot->joindate); Hopefully that helps! Quote
mobitu Posted June 29, 2009 Author Report Posted June 29, 2009 thanks Nabeel ! i will try it !!! 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.