El Macara Posted September 30, 2010 Report Share Posted September 30, 2010 hi. I am new in this of phpvms, many ask me for codes to add some options to my airline. is that because these codes many of them always makes me someone who says I should create a table around the information. can someone please be so kind and patient to explain in detail how to create a table around a code for me to work on my airline? For example: I want to put the statistics of all flights with different airlines on my page. and provided me with these codes, as I can make it work and how I can make the table please. these are the codes: StatsData: AircraftUsage () StatsData: TopRoutes ('airline_code') please help to create a table, and run this please .. thanks for attention, support and dedication ... Quote Link to comment Share on other sites More sharing options...
Guest Eisfaust Posted October 12, 2010 Report Share Posted October 12, 2010 Hi mate, say, are you trying to create a simple table like, for example excel does: <table border="1"> <tr> <th>text</th> <th>text</th> <th>text</th> </tr> <tr> <td>another text</td> <td>another text</td> <td>another text</td> </tr> <tr> <td>another text</td> <td>another text</td> <td>another text</td> </tr> </table> or are you trying to read a database table to put it on your site? 1 Quote Link to comment Share on other sites More sharing options...
El Macara Posted October 12, 2010 Author Report Share Posted October 12, 2010 Hi mate, say, are you trying to create a simple table like, for example excel does: <table border="1"> <tr> <th>text</th> <th>text</th> <th>text</th> </tr> <tr> <td>another text</td> <td>another text</td> <td>another text</td> </tr> <tr> <td>another text</td> <td>another text</td> <td>another text</td> </tr> </table> or are you trying to read a database table to put it on your site? thank you so much Eisfaust Quote Link to comment Share on other sites More sharing options...
Guest Eisfaust Posted October 13, 2010 Report Share Posted October 13, 2010 You're welcome amigo 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.