Stad: | echo $stad;?> |
Telefonnummer för att boka taxi: | 044-24 62 46 |
Bolagets websida: | http://www.taxiallians.com |
Miljö policy: | |
Erbjudande: | echo utf8_encode($erbjudande);?> |
Prisinformation: | echo utf8_encode($special);?> |
Senaste priskontroll: | echo utf8_encode($prisdatum);?> |
Information om : | echo utf8_encode($info);?> |
Antal bilar: | ca echo utf8_encode($antalbilar);?> |
Antal förare: | ca echo utf8_encode($antalforare);?> |
iqtaxi credit: | if ($iqcredit != null){
echo utf8_encode($iqcredit);
}
else {
echo " Vill du få ditt namn här? Eller kanske din webbadress? Hjälper du oss med att rätta till priser för ett bolag eller lägga till ett nytt bolag så får du en valfri text (inklusive länk) på just de taxibolaget. Det enda du behöver göra är att kontakta oss med rätt information ";
}
?> |
Tariffer för i
Storbil
";
echo "Tariff A | Grundavgift: $grund_stor_A kr | $km_stor_A kr per km | $tid_stor_A kr per timme | ";
if ($km_stor_B != NULL) {
echo "
Tariff B | Grundavgift: $grund_stor_B kr | $km_stor_B kr per km | $tid_stor_B kr per timme |
";
}
if ($km_stor_C != NULL) {
echo "Tariff C | Grundavgift: $grund_stor_C kr | $km_stor_C kr per km | $tid_stor_C kr per timme |
";
}
if ($km_stor_D != NULL) {
echo "Tariff D | Grundavgift: $grund_stor_D kr | $km_stor_D kr per km | $tid_stor_D kr per timme |
";
}
if ($km_stor_J != NULL) {
echo "Detta bolag har dyrare pris de första kilometrarna
";
}
}
?>