if($_GET["dateInput"] != ""){ $condition = " ID_Account = '".$_SESSION['ID_Account']."' and Date2 BETWEEN '".$_GET['dateInput']."' and '".$_GET['dateInput2']."' order by ID ASC "; }else{ $condition = " 1 "; } include"connect.php"; $strSQL = "SELECT * FROM deposit WHERE $condition "; mysql_query("SET NAMES TIS620"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery);
$condition="where UserName='{$_SESSION['user']}'"; if($_GET["dateInput"] != ""){ $condition += "ID_Account = '".$_SESSION['ID_Account']."' and Date2 BETWEEN '".$_GET['dateInput']."' and '".$_GET['dateInput2']."' order by ID ASC "; }else{ $condition += " limit 0,1 "; } include"connect.php"; $strSQL = "SELECT * FROM deposit $condition "; mysql_query("SET NAMES TIS620"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery);
$condition = " ID_Account = '".$_SESSION['ID_Account']."' ";
$condition="where ID_Account = '{$_SESSION['ID_Account']}"; if($_GET["dateInput"] != ""){ $condition += " and Date2 BETWEEN '".$_GET['dateInput']."' and '".$_GET['dateInput2']."' order by ID ASC "; }else{ $condition += " limit 0,1 "; } include"connect.php"; $strSQL = "SELECT * FROM deposit $condition "; mysql_query("SET NAMES TIS620"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง