Jump to content

how create a table?


El Macara

Recommended Posts

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 ...

Link to comment
Share on other sites

  • 2 weeks later...
Guest Eisfaust

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?

  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...