$sql="SELECT * FROM tb_busschedule"; $query=mysql_query($sql); $num_row=mysql_num_rows($query);//????????????? $matrixWidth = $num_row; //???????????????????????????? $i=0; // $points is an array in the following format: (router1,router2,distance-between-them) $points[] = array(); while ($row = mysql_fetch_assoc($query)) { $points[] = array( $row['schedule_station_start'], $row['schedule_station_stop'], $row['schedule_length'], $row['schedule_price'] ); $i++; } $ourMap = array(); // Read in the points and push them into the map for ($i=0,$m=count($points); $i<$m; $i++) { $x = $points[$i][0]; $y = $points[$i][1]; $c = $points[$i][2]; $p = $points[$i][3]; $ourMap[$x][$y] = $c; $ourMap[$y][$x] = $c; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง