|
|
|
ช่วยหน่อยๆๆๆ คะ อีกนิดเดียวดปรเจคจะเสร็จแล้วว ขอร้องงดูโค้ดให้ทีค่ะ |
|
|
|
|
|
|
|
เงื่อนไขผิดแล้วครับ อย่างนี้ถ้ามันเจอตัวแรก ไปหน้า index admin เลยนะ ต้องเขียนประมาณนี้ครับ
Code (PHP)
<?php
session_start();
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?
mysql_connect("localhost","root","1234");
mysql_select_db("tsureserve");
mysql_query("SET NAMES UTF8"); //select data from member table
$sql = "select * from product";
$row = mysql_query($sql);
$Bypass=0;
while($row_show=mysql_fetch_array($row))
{
if($row_show["Pro_num"]<$row_show["Pro_statut"]){
$Bypass=$Bypass+1;
}
}
if($Bypass != 0){
echo "window.location='lookpro.php';";
}else{
echo "window.location='indexadmin.php';";
}
?>
|
|
|
|
|
Date :
2013-01-28 14:05:37 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วค่ะ ขอบคุณมากๆค่ะ
|
|
|
|
|
Date :
2013-01-28 14:24:49 |
By :
แตง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยินดีครับ
|
|
|
|
|
Date :
2013-01-28 14:33:38 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|