Jump to content

VIPAIR

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by VIPAIR

  1. I have for example online flight. The phpvms_acarsdate has id (auto_increment) , pilotid, flightnum ... colums. Every minute acars client send updated data to phpvms (Function ACARSData::updateFlightData($pilotid, $data)) . And after every update id of row changes is it possible to don't change row id for whole flight? So after and while flight i want to use and row id as unique variable for all stats for this flight.
  2. This is sql acars data update $query = 'UPDATE ' . TABLE_PREFIX . "acarsdata SET {$upd} WHERE `id`='{$flight_id}'"; This sql update acars date, right? But it shouldn't change flight id.
  3. Hello i need some unchangeable and unique (for every flight) column in phpvms_acarsdata table like id, but flight id changes after every update. I need the unique column for sorting my flight paths with their flights. Thanks
  4. Hello I have a problem with pirep auto accept, so it's doesn't accepts pirep.
×
×
  • Create New...