Jump to content

Live Deaprture Board


Jibran

Recommended Posts

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">
<?

Link to comment
Share on other sites

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