Jump to content

ACARS Live Map Show No Flights when there are None


alblua

Recommended Posts

I was wondering if anyone know how to make the ACARS map table show "No live flights" like the how the recent flights table does.

I've attempted using the

<?php
if(count( [i]number of flightnumbers[/i] ) > 0){ [i]show table content[/i] }else{ [i]show no flights [/i]}
?>

function, however, it doesn't work. Maybe putting ASP into PHP doesn't work? I've tried doing

<?php
if(count( ?> <%=flight.flightnum%> <?php ) > 0

however, I receive unexpected end of document ?> (or something like that).

Anybody try this before and know a solution?

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