Jibran Posted December 2, 2013 Report Share Posted December 2, 2013 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"> <? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted December 4, 2013 Members Report Share Posted December 4, 2013 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 Quote Link to comment Share on other sites More sharing options...
gcltlee Posted December 16, 2013 Report Share Posted December 16, 2013 I have the same problem 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.