Jump to content

roby90

Members
  • Posts

    3
  • Joined

  • Last visited

roby90's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. roby90

    Current flights

    <center> <h2 color="blue"> <img src=".........../VA/lib/skins/brilliancev1/images/flights.png"> <font color="152f60"> Current Flight</font> </h2> <table width="100%"> <tdead> <tr> <td><b>Flight No<b></td> <td><b>Departure<b></td> <td><b>Arrival<b></td> <td><b>Duration<b></td> <td><b>Pilot<b></td> <td><b>Status<b></td> </tr> </tdead> <tbody> <?php $results = ACARSData::GetACARSData(); if (count($results) > 0) { foreach($results as $flight) { if($flight->client == 'FSACARS') {$plane = OperationsData::getAircraftInfo($flight->aircraft);} else {$plane = OperationsData::getAircraftByReg($flight->aircraft);} ?> <?php echo $flight->flightnum;?> - <?php echo $flight->pilotname;?> <br/> <?php } } else { ?> No flight in progress in this moment <?php } ?> What mistake???? help me!!!!
  2. roby90

    Current flights

    I can't see anything definitely something wrong now I deleted everything and I tried some string but nothing
  3. Hi, I have a problem with the current flight I can not write the string gives me error why?? help please
×
×
  • Create New...