Jump to content

saintlol

Members
  • Posts

    2
  • Joined

  • Last visited

saintlol's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. in the script the $price = $pilotid why i don't know i create on phpvms_airports 2 rows: charterprice and paxprice in charter php line 874 i add some line: # Format the flight level $this->post->flightlevel = str_replace(',', '', $this->post->flightlevel); $this->post->flightlevel = str_replace(' ', '', $this->post->flightlevel); $this->post->route = strtoupper($this->post->route); $this->post->route = str_replace($this->post->depicao, '', $this->post->route); $this->post->route = str_replace($this->post->arricao, '', $this->post->route); $this->post->route = str_replace('SID', '', $this->post->route); $this->post->route = str_replace('STAR', '', $this->post->route); //saintlol: test recup price $recupdata = OperationsData::getAirportInfo($this->post->depicao); $chprice = $recupdata->charterprice; $this->post->price = $chprice; $this->post->flighttype ='C';
  2. hi kenny, for price i begin to search i've the same problem after i found price i search for type of flight see you soon
×
×
  • Create New...