$SQLCon2 = "select * from dss_traveltrain where class_Tr=1";//ลูปหาค่าธรรมเนียมมาคำนวนต่อ//(มันไม่หาค่าตั้งแต่ select รอบนี้เเหละ if 2 NO check)
$result_train=$mysql->query($SQLCon2);
$price_T=mysql_fetch_object($result_train);
$result_price=$price_T->fee_trainFive;//ถ้า
if($Y_F==0) {//เช็กว่าถ้าหากระยะทางที่ส่งมาเป็น 0 ก็เเสดงว่าเส้นทางนั้นรถไฟไปไม่ถึง
}
else {
$SQLCon3 = "select * from dss_traveltrain where class_Tr=1";//ลูปหาค่าธรรมเนียมมาคำนวนต่อ
$result_feeTr = $mysql->query($SQLCon3);
while ($row3 = mysql_fetch_object($result_feeTr)) {