include("../include/menu_method.php");?>
|
 |
 |
|
 |
Home |
|
Link Exchange |
|
แลกลิงค์ |
|
กรุณานำ code ข้างล่างไปวางที่หน้าเว็บไซต์ของคุณ และส่ง banner ของคุณ หรือ code ของแบนเนอร์มาที่
webmaster@one2onecenter.com ทางเราจะนำ banner ของคุณขึ้นที่หน้าเวบไซต์ (เมื่อผ่านการตรวจสอบแล้ว)
Please copy code below to your website and send your banner to webmaster@one2onecenter.com |
|
|
|
$sql ="select * from ".$table_banner." where ".$table_banner."_status !='Offline' ORDER BY ".$table_banner."_id DESC";
$result=$obj_db->SelectData($sql);
while($row=mysql_fetch_array($result)){
if($row[$table_banner."_images"]!=""){
$img = "../".$Path_Picture_Banner."/".$row[$table_banner."_images"];
}else{
$img = "../../images/home/default60.jpg";
}
?>
|
} ?>
|
|
|
|
|
 |
 |
|
$sql ="select * from ".$table_banner." where ".$table_banner."_status !='Offline' ORDER BY ".$table_banner."_id DESC";
$result=$obj_db->SelectData($sql);
if(mysql_num_rows($result)>0){
$row=mysql_fetch_array($result);
if($row[$table_banner."_images"]!=""){
$img = "../".$Path_Picture_Banner."/".$row[$table_banner."_images"];
}else{
$img = "../../images/home/default60.jpg";
}
?>
} ?>
|
|
 |
|