?
Path : /home/admin/public_html/old/new/includes/ |
Current File : /home/admin/public_html/old/new/includes/side_bar2.php |
<div id="side_bar"> <div id="tours"> <div class="title"><img src="/images/tour_h_deco.png" alt="" align="left" style="margin:5px 10px 0 0;" /><h2 class="floatL">ทัวร์ในและต่างประเทศ</h2></div><br class="clear" /> <ul class="indexting_grey"> <?php $r = mysql_query('SELECT name,zone_id FROM zone ORDER BY zone_id ASC'); while($zone = mysql_fetch_array($r,MYSQL_ASSOC)) { $zone_id = $zone['zone_id']; $r2 = mysql_query("SELECT name,country_id FROM country WHERE country.zone_id = '$zone_id' ORDER BY country_id ASC"); $country = mysql_fetch_assoc($r2); if($country['name']) { if(preg_match("/\b[a-zA-Z0-9]+\b/",$zone['name'])) { $zone_name = "<span class='font20'>".$zone['name']."</span>"; } else $zone_name = $zone['name']; echo "<li>$zone_name"; echo "<ul class='sub_list'>"; mysql_data_seek($r2,0); while($country = mysql_fetch_assoc($r2)) { $r3 = mysql_query("SELECT name FROM state WHERE country_id = '{$country['country_id']}'"); if(preg_match("/\b[a-zA-Z0-9]+\b/",$country['name'])) { $country_name = "<span class='font20'>".$country['name']."</span>"; } else $country_name = $country['name']; if($state = mysql_fetch_assoc($r3)) { echo "<a href='/programs.php?type=state&fr={$country['name']}'><li>$country_name</li></a>"; } else echo "<a href='/programs.php?type=programs&ref=country&fr={$country['name']}'><li>$country_name</li></a>"; } echo "</ul></li>"; } else { if(preg_match("/\b[a-zA-Z0-9]+\b/",$zone['name'])) { $zone_name = "<span class='font20'>".$zone['name']."</span>"; } else $zone_name = $zone['name']; echo "<li><a href='/programs.php?type=programs&ref=zone&fr={$zone['name']}'>$zone_name</a></li>"; } } mysql_free_result($r); ?> </ul> </div><!--End tours--> <img src="/images/side_bar_hr.png" alt="" class="marginTB10" /> <div id="other"> <div class="title"><img src="/images/other_h_deco.png" alt="" align="left" style="margin:5px 10px 0 0;" /><h2 class="floatL">บริการอื่นๆ ของเรา</h2></div><br class="clear" /> <ul class="indexting_blue"> <a href="#" title="coming soon"><li>จองตั๋วเครื่องบิน</li></a> <a href="#"><li>รับทำวีซ่า</li></a> <a href="#" title="coming soon"><li>จัดการประชุม สัมมนา</li></a> <a href="#" title="coming soon"><li>จองโรงแรมทั่วโลก</li></a> <a href="#" title="coming soon"><li>รถเช่า</li></a> <a href="/programs.php?type=programs&ref=zone&fr=cruise"><li>ทานอาหารบนเรือหรู</li></a> </ul> </div><!--End other services--> <img src="/images/side_bar_hr.png" alt="" class="marginTB10" /> <div id="tips"> <div class="title"><img src="/images/tips_h_deco.png" alt="" align="left" style="margin:5px 10px 0 0;" /><h2 class="floatL">เกร็ดความรู้</h2></div><br class="clear" /> <ul class="indexting_orange"> <a href="http://www.consular.go.th/modules.php?name=Content&pa=showpage&pid=46" target="_new"><li>หนังสือเดินทาง</li></a> <a href="http://www.thaijaidee.com/forum/index.php?topic=33.0" target="_new"><li>วีซ่า</li></a> <a href="http://goo.gl/NeSc9" target="_new"><li>ประเทศที่ต้องขอวีซ่า</li></a> <a href="http://goo.gl/5ombt" target="_new"><li>อัตราแลกเปลี่ยนเงิน</li></a> <a href="http://www.masterpiecetranslation.com/index.php?lay=show&ac=article&Id=374879" target="_new"><li>สถานทูต</li></a> <a href="http://www.tmd.go.th/index.php" target="_new"><li>สภาพอากาศทั่วโลก</li></a> <a href="http://school.obec.go.th/bannongtapan/time.html" target="_new"><li>เวลาทั่วโลก</li></a> <a href="#" title="coming soon"><li>ข้อมูลสายการบิน</li></a> </ul> </div><!--End tips--> <img src="/images/side_bar_hr.png" alt="" class="marginTB10" /> <!-- Begin Motigo Webstats counter code --> <div class="stat"> <a href="http://get.adobe.com/reader/" title="Download Adobe Reader X" target="_blank"><img src="/images/download_pdf.png" alt="" width="140" /></a> <h2 style="margin:0 0 10px 6px;">สติถิการเยี่ยมชม</h2> <a id="mws4749854" href="http://webstats.motigo.com/"> <img width="80" height="15" border="0" alt="Free counter and web stats" src="http://m1.webstats.motigo.com/n80x15.gif?id=AEh6Hg342qKJM2ZNLU1i_vyjgrSQ" /></a> <script src="http://m1.webstats.motigo.com/c.js?id=4749854&lang=EN&i=25" type="text/javascript"></script> <div class="clear"></div></div><!--End statistic--> <!-- End Motigo Webstats counter code --> <div class="clear"></div></div><!--End side_bar-->