Imanol Posted October 2, 2010 Report Posted October 2, 2010 Hi Everyone! My name is Imanol Garcia Juarez, I am from Argentina and I'm the CEO of Air Argentina. I would like someone to help me, I wanna make two tables for my site home but I don't know how to do it. The exmaples of the tables I wanna make are here. Thanks! Quote
Members Vangelis Posted October 3, 2010 Members Report Posted October 3, 2010 can you please tell us where do you want to place that tables ? Solution 1 <strong>Registered Pilots </strong><?php echo StatsData::PilotCount($airline->code); ?><br /> <strong>Filed Pireps </strong><?php echo StatsData::TotalFlights($airline->code); ?><br /> <strong>Total Hours </strong><?php echo StatsData::TotalHours($airline->code); ?><br /> 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.