เรื่องมันมีอยู่ว่า ไม่ได้อีกแล้วค่ะ ช่วยด้วยค่ะ คือ ตาราง up กับ ตาราง down ต้องการ SELECT เพื่อมาโชว์หน้าฟอร์ม
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php session_start();?>
<?php require_once('../Connections/myconnect.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
mysql_select_db($database_myconnect, $myconnect);
$query_list = "SELECT file.fileId,fileName,type,size,up.Date,up.Title,web.webName,status.statusId,statusName, p4p_login.Name,down.down_Date,down.ID FROM file INNER JOIN up ON file.upId=up.upId INNER JOIN web ON file.webId=web.webId INNER JOIN status ON file. statusId= status. statusId INNER JOIN p4p_login ON up.ID=p4p_login.ID INNER JOIN down ON file.downId=down.downId WHERE status. statusId!=1 ";
$list = mysql_query($query_list, $myconnect) or die(mysql_error());
$row_list = mysql_fetch_assoc($list);
$totalRows_list = mysql_num_rows($list);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Undeviating
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140322
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900|Quicksand:400,700|Questrial" rel="stylesheet" />
<link href="../default.css" rel="stylesheet" type="text/css" media="all" />
<link href="../fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">โปรแกรม Upload File</a></h1>
</div>
<div id="menu">
<ul>
<li><a href="homeadmin.php" accesskey="1" title="">หน้าแรก</a></li>
<li class="active"><a href="#" accesskey="2" title="">รายการไฟล์ที่อัพโหลดแล้ว</a></li>
<li><a href="logout.php" accesskey="3" title="">ออกจากระบบบ</a></li>
</ul>
</div>
</div>
</div>
<div class="wrapper">
<div id="banner" class="container">
</div>
<h1 align="center"><font color = "#FF0000">รายการไฟล์ที่อัพโหลดแล้ว</font></h1>
<table width="200" border="0" align="center">
<tr>
<td nowrap="nowrap"><img src="../images/icontexto-message-types-wait-blue.png" alt="" width="50" height="50" /></td>
<td nowrap="nowrap">= รอดำเนินการ</td>
<td nowrap="nowrap"><img src="../images/alert-icon.png" alt="" width="50" height="50" /></td>
<td nowrap="nowrap">= ไฟล์มีปัญหา</td>
<td nowrap="nowrap"><img src="../images/Cute-Ball-Go-icon.png" alt="" width="50" height="50" /></td>
<td nowrap="nowrap">= เรียบร้อยแล้ว</td>
<td nowrap="nowrap"><img src="../images/edit.png" alt="" width="50" height="50" /></td>
<td nowrap="nowrap">= เปลี่ยนสถานะ</td>
<td nowrap="nowrap"><img src="../images/8733_140119181527JK.png" alt="" width="50" height="50" /></td>
<td nowrap="nowrap">= ลบรายการ</td>
</tr>
</table>
<table border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
<tr height="50" align="center" bgcolor="#2056AC">
<td>วันที่:เวลา</td>
<td>เนื้อหา</td>
<td>ชื่อไฟล์</td>
<td>เว็บที่จะอัพ</td>
<td>ชื่อ-สกุล</td>
<td>ผู้รับผิดชอบ</td>
<td>เวลาที่ขึ้นเว็บ</td>
<td>สถานะ</td>
<td>พิมพ์</td>
</tr>
<?php do { ?>
<tr bgcolor="#E0E0E0">
<td><?php echo $row_list['Date']; ?></td>
<td><?php echo $row_list['Title']; ?></td>
<td>
<a href="../file/<?=$row_list["fileName"];?>"><input name="" type="image" src="../images/clip.png" width="50" height="50" /></a></td>
<td><?php echo $row_list['webName']; ?></td>
<td><?php echo $row_list['Name']; ?></td>
<td></td>
<td><?php echo $row_list['down_Date']; ?></td>
<td><?php
if ( $row_list['statusId']== '1')
{
echo '<input name="" type="image" src="../images/icontexto-message-types-wait-blue.png" width="35" height="39" />';
}
elseif ( $row_list['statusId'] == '2')
{
echo '<input name="" type="image" src="../images/alert-icon.png" width="35" height="39" />';
}
else
{
echo '<input name="" type="image" src="../images/Cute-Ball-Go-icon.png" width="35" height="39" />';
}
?>
</td>
<td align="center">
<a href="report.php?upId=<?=$row_s['fileId'];?>"><input type="image" src="../images/printt.png" align="absbottom" /></a>
</tr>
<?php } while ($row_list = mysql_fetch_assoc($list)); ?>
</table>
</div>
</div>
</div>
</div>
<div id="copyright">
<p>© Untitled. All rights reserved. | Photos by <a href="http://fotogrph.com/">Fotogrph</a> | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html><?php
mysql_free_result($list);
?>
Date :
2015-11-20 14:35:54
By :
งานงอก
เปลี่ยนชื่อ ฟิวส์สิ่ครับ ตอบตามความเข้าใจนะครับ อิอิ
Date :
2015-11-20 16:35:31
By :
puiAc
สร้าง field มากำหนด ว่าเป็น admin หรือ user เป็นผู้อัพโหลด แล้วถึงค่อย เอาไปคิวรี่หาชื่อ จากตารางที่เกี่ยวข้อง
ไม่อย่างนั้นคงไม่รู้ว่าเป็นของตารางไหนหรอกครับ หรือถ้ามีทำไว้อยู่แล้วที่สามารถแยกแยะได้ ก็เอาอันนั้นมาใช้ครับ
Date :
2015-11-21 04:14:34
By :
NewbiePHP
Date :
2015-11-21 22:27:35
By :
งานงอก
เพิ่มตาราง admin แล้วจะเขียน login ที่มี 2 ตารางอย่างไรค่ะ
Date :
2015-11-23 11:27:58
By :
งานงอก
5555 สร้าง field ครับ ไม่ได้บอกให้สร้าง table เลย
สำหรับการตรวจสอบ 2 ตาราง
Code (SQL)
select id, name, 'user' log_type from user_tb where email='$loginname' and psw='$loginpsw'
union all
select id, name, 'admin' from admin_tb where email='$loginname' and psw='$loginpsw'
Date :
2015-11-23 11:44:41
By :
NewbiePHP
คือมันเป็นตารางlogin บังคับ คือไม่สามารถเปลี่ยนแปลงไรในตารางนั้นได้ค่ะ เลยเพิ่มตาราง admin มาอีกตาราง เพื่อจะได้ดึงข้อมูลที่เป็น admin ไปเก็บใน down แล้วถึงจะดึงข้อมูลมาโชว์ในตารางได้ค่ะ
Date :
2015-11-23 11:54:22
By :
งานงอก
ใน down ก็จะเก็บId ในตาราง admin แทน แต่ปัญหาคือตัวเขียน โค๊ดเช็คล๊อกอิน ที่เช็คจาก 2 ตาราง ค่ะ
Date :
2015-11-23 11:55:50
By :
งานงอก
ถ้ามี field แล้วจะเขียนคิวรี่ แยกยังงัยค่ะ TT ทำยังงัยกะไม่ได้ซะที
Date :
2015-11-23 23:14:40
By :
งานงอก
เอา structure ตารางที่เกี่ยวข้อง และ statement ที่ทำไว้ มาแสดงหน่อยครับ
เน้น แค่ที่บอกนะครับ ไม่ต้องเอาโค๊ด php html มา
และโค๊ดที่ทำไว้ ไม่น่าจะผ่าน error ออกมาได้ ยกเว้นจะปิด error ไว้
Date :
2015-11-24 02:53:57
By :
NewbiePHP
ตารางที่เกี่ยวข้อง
Date :
2015-11-24 13:48:42
By :
งานงอก
Code (SQL)
SELECT
fl.fileId,fl.fileName,fl.type,fl.size,
up.Date,up.Title,
web.webName,
s.statusId,s.statusName,
up_lg.Name upname,
dn_lg.Name dnname,
dn.down_Date,dn.ID
FROM file fl
LEFT JOIN web ON fl.webId=web.webId
LEFT JOIN status s ON fl.statusId = s.statusId
LEFT JOIN up ON fl.upId=up.upId
LEFT JOIN p4p_login up_lg ON up.ID=up_lg.ID
LEFT JOIN down dn ON fl.downId=dn.downId
LEFT JOIN p4p_login dn_lg ON dn.ID=dn_lg.ID
WHERE s.statusId!=1
ประวัติการแก้ไข 2015-11-24 14:30:01
Date :
2015-11-24 14:28:13
By :
NewbiePHP
ขอบคุณมากค่ะ เครียดมาหลายวันเลย สิ้นเดือนต้องส่งแล้ว อีกหลายอยากที่ไม่เคยเข้าใจ จะพยายามใส่ใจมันมากกว่านี้ php
Date :
2015-11-24 14:59:15
By :
งานงอก
Load balance : Server 01