Jump to content

Recommended Posts

Posted

I am having problem regarding the live departure board. When I start a Flight it doesnt show up any deatils. Please help me , I am new in the line thats why I dont know. The coding is below

<?php
$q = "SELECT * FROM phpvms_acarsdata";
$l = DB::get_results($q);
if($l != null){
?>
<table border="0" width="100%" cellspacing="4" class="acarsmap">
<thead>
<tr>
 <td><b>Pilot</b></td>
 <td><b>Flight Number</b></td>
 <td><b>Departure</b></td>
 <td><b>Arrival</b></td>
 <td><b>Status</b></td>
 <td><b>Altitude</b></td>
 <td><b>Speed</b></td>
 <td><b>Time Remaining</b></td>
</tr>
</thead>
<tbody id="pilotlist">
<?

  • Members
Posted

There is already an acars function in phpvms there is no need to write your code,

We need some more info like what is the link of your page, what software do you use to log the flights

  • 2 weeks later...

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