c:\appserv\www\st\admin\addmember.php on line 44 ช่วยทีครับ
เห็นแต่ Error แต่ไม่เห็นเอา Code มาโพสแล้วจาบอกยังไงอ่ะครับ
Date :
2009-10-09 08:00:21
By :
panyapol
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?php
if(isset($_POST["Submit"])) {
$sid=$_POST["sid"];
$title=$_POST["title"];
$name=$_POST["name"];
$lastname=$_POST["lastname"];
$fac=$_POST["fac"];
$address=$_POST["address"];
$prov=$_POST["prov"];
$tel=$_POST["tel"];
$mail=$_POST["mail"];
$d=$_POST["d"];
$m=$_POST["m"];
$y=$_POST["y"];
$p_name=$_POST["p_name"];
$p_address=$_POST["p_address"];
$p_work=$_POST["p_work"];
$p_twork=$_POST["p_twork"];
$p_thome=$_POST["p_thome"];
$etitle=$_POST["etitle"];
$campus=$_POST["campus"];
$course=$_POST["course"];
$second_subject=$_POST["second_subject"];
$bachelor_name=$_POST["bachelor_name"];
$startdate=$_POST["startdate"];
$status=$_POST["status"];
$startdate=$_POST["startdate"];
$graduate_before=$_POST["graduate_before"];
$graduate_from=$_POST["graduate_from"];
$teacher_ass=$_POST["teacher_ass"];
$nationality=$_POST["nationality"];
$religion=$_POST["religion"];
$bloodgroup=$_POST["bloodgroup"];
$f_name=$_POST["f_name"];
$m_name=$_POST["m_name"];
$relation=$_POST["relation"];
$error=false;
if(empty($sid) || empty($title) || empty($name) || empty($lastname) || empty($fac)) {
echo "<br><br><center><font size=\"3\" color=\"#FF0000\">กรุณากรอกข้อมูลพื้นฐานให้ครบ</font></center><br>";
$error=TRUE;
}else{
$ck="SELECT * FROM `profile` WHERE `sid` = '$sid'";
$rck=mysql_query($ck);
if(mysql_num_rows($rck)!=0) {
echo "<br><br><center>เลขประจำตัวนักเรียน $sid มีอยู่ในฐานข้อมูลแล้ว</center>";
}else{
$sql = "INSERT INTO `profile` (`id`, `sid`, `title`, `name`, `lastname`, `fac`, `address`, `prov`, `tel`, `mail`, `b_d`, `b_m`, `b_y`, `p_name`, `p_address`, `p_work`, `p_twork`, `p_thome`, `etitle`, `campus`, `course`, `second_subject`, `bachelor_name`, `startdate`, `status`, `how2get`, `graduate_before`, `graduate_from`, `teacher_ass`, `nationality`, `religion`, `bloodgroup`, `f_name`, `m_name`, `relation`) VALUES (NULL, '$sid', '$title', '$name', '$lastname', '$fac', '$address', '$prov', '$tel', '$mail', '$d', '$m', '$y', '$p_name', '$p_address', '$p_work', '$p_twork', '$p_thome', '$etitle', '$campus', '$course', '$second_subject', '$bachelor_name', '$startdate', '$status', '$how2get', '$graduate_before', '$graduate_from', '$teacher_ass', '$nationality', '$religion', '$bloodgroup', '$f_name', '$m_name', '$relation')";
if(mysql_query($sql)) {
echo "<br><br><center>**ยืนยันข้อมูลนักเรียนเรียบร้อยแล้ว **</center>";
print " <meta http-equiv='refresh' content='3;URL=member2.php' /> ";
//$sql2 = "INSERT INTO `activity` (`id`, `sid`, `g1`, `g2`, `g3`, `g4`, `g5`, `g6`, `g7`, `g8`, `g9`, `g10`, `g11`, `g12`) VALUES (NULL,'$sid', '$g1', '$g2', '$g3', '$g4', '$g5', '$g6', '$g7', '$g8', '$g9', '$g10', '$g11', '$g12')";
//if(mysql_query($sql2)) {
//echo "<br><center>บันทึกข้อมูลกิจกรรมแล้ว</center>";
//}else{
//echo "<br><center>ไม่สามารถบันทึกข้อมูลกิจกรรมได้</center>";
//}
}else{
echo "<br><br><center>ไม่สามารถบันทึกข้อมูลนักเรียนได้</center>";
}
}
}
}
?><html xmlns="http://www.w3.org/1999/xhtml"><head><title>ระบบยืนยันข้อมูลนักเรียน</title><meta http-equiv="Content-Type" content="text/html; charset=windows-874" /></head><body text="#333333" link="#666666" vlink="#333333" alink="#333333">
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="center">
<form id="form1" name="form1" method="post" action="">
<p> </p>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td colspan="2" align="left" bgcolor="#DBC4E6"><blockquote>ข้อมูลนักเรียน</blockquote></td>
</tr>
<tr>
<td width="150" align="left" bgcolor="#E6E6E6">เลขประจำตัว</td>
<td align="left" bgcolor="#E6E6E6"><input name="sid" type="text" id="sid" maxlength="5" value="<? if($error){ echo $sid;} ?>" />
<font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="150" align="left" bgcolor="#E6E6E6">คำนำหน้าชื่อ</td>
<td align="left" bgcolor="#E6E6E6"><select name="title" id="title">
<option value="<?= $title["title"]; ?>">
<?= $title["title"]; ?>
</option>
<option value="ด.ช">ด.ช</option>
<option value="ด.ญ">ด.ญ</option>
<option value="นาย">นาย</option>
<option value="นางสาว">นางสาว</option>
</select> <font color="red"><b>*</b></font> </td>
</tr>
<tr>
<td width="150" align="left" bgcolor="#E6E6E6">ชื่อ</td>
<td align="left" bgcolor="#E6E6E6"><input name="name" type="text" id="name" value="<? if($error){ echo $name;} ?>" maxlength="30"/>
<font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="150" align="left" bgcolor="#E6E6E6">นามสกุล</td>
<td align="left" bgcolor="#E6E6E6"><input name="lastname" type="text" id="lastname" value="<? if($error){ echo $lastname;} ?>" maxlength="30"/>
<font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="150" align="left" bgcolor="#E6E6E6">โรงเรียน</td>
<td align="left" bgcolor="#E6E6E6">เมืองพญาแลวิทยา
<input type="hidden" name="fac" value="เมืองพญาแลวิทยา" size="30"> </font> </td>
</tr>
<tr>
<td align="left" bgcolor="#E6E6E6">มัธยมศึกษาชั้นที่</td>
<td align="left" bgcolor="#E6E6E6"><select name="status" id="status">
<option value="<?= $data["status"]; ?>">
<?= $data["status"]; ?>
</option>
<option value="1/1">1/1</option>
<option value="1/2">1/2</option>
<option value="1/3">1/3</option>
<option value="1/4">1/4</option>
<option value="1/5">1/5</option>
<option value="1/6">1/6</option>
<option value="1/7">1/7</option>
<option value="1/8">1/8</option>
<option value="1/9">1/9</option>
<option value="2/1">2/1</option>
<option value="2/2">2/2</option>
<option value="2/3">2/3</option>
<option value="2/4">2/4</option>
<option value="2/5">2/5</option>
<option value="2/6">2/6</option>
<option value="2/7">2/7</option>
<option value="2/8">2/8</option>
<option value="2/9">2/9</option>
<option value="2/10">2/10</option>
<option value="3/1">3/1</option>
<option value="3/2">3/2</option>
<option value="3/3">3/3</option>
<option value="3/4">3/4</option>
<option value="3/5">3/5</option>
<option value="3/6">3/6</option>
<option value="3/7">3/7</option>
<option value="3/8">3/8</option>
<option value="3/9">3/9</option>
<option value="3/10">3/10</option>
<option value="4/1">4/1</option>
<option value="4/2">4/2</option>
<option value="4/3">4/3</option>
<option value="4/4">4/4</option>
<option value="4/5">4/5</option>
<option value="4/6">4/6</option>
<option value="5/1">5/1</option>
<option value="5/2">5/2</option>
<option value="5/3">5/3</option>
<option value="5/4">5/4</option>
<option value="5/5">5/5</option>
<option value="6/1">6/1</option>
<option value="6/2">6/2</option>
<option value="6/3">6/3</option>
<option value="6/4">6/4</option>
<option value="6/5">6/5</option>
<option value="6/6">6/6</option>
<option value="6/7">6/7</option>
</select>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" bgcolor="#E6E6E6">เลขที่</td>
<td align="left" bgcolor="#E6E6E6"><input name="teacher_ass" type="text" id="teacher_ass" value="<? if($error){ echo $teacher_ass;} ?>" size="5" maxlength="2"/>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" bgcolor="#E6E6E6">โทรศัพท์</td>
<td align="left" bgcolor="#E6E6E6"><input name="tel" type="text" id="tel" maxlength="10" />
<font color="#FF0000">*</font></td>
</tr>
</table>
<br />
<input type="submit" name="Submit" value=" ยืนยัน " />
<input type="reset" name="Submit2" value=" ยกเลิก " />
<br />
<br />
<a href="member2.php">ดูรายชื่อที่ยืนยันข้อมูล</a> <a href="ssmember.php">ค้นหารายชื่อที่ยืนยันข้อมูล</a><br />
</form>
</div></td>
</tr>
</table>
</body></html>
Date :
2009-10-09 08:04:29
By :
aoooza
คำสั่ง Connect อยู่ตรงไหนครับ
Date :
2009-10-09 08:18:48
By :
webmaster
Code (PHP)
<?php
session_save_path ("session");
session_start();
$host="localhost"; // Database Host
$username="root"; // Database Username
$password=""; // Database Password
$dbname="db_n"; // Database Name
$hostname_conn = $host;
$database_conn = $dbname;
$username_conn = $username;
$password_conn = $password;
$conn = mysql_pconnect($hostname_conn, $username_conn, $password_conn) or trigger_error(mysql_error(),E_USER_ERROR);
$link=@mysql_connect($host,$username,$password);
if(!$link){
echo "ไม่สามารถติดต่อฐานข้อมูลได้";
exit();
}
/*เวอร์ชั่นเก่า ( My Sql 3,4 ) */
$usedb=@mysql_select_db($dbname,$link);
if(!$usedb){
echo "ไม่สามารถติดต่อฐานข้อมูลได้";
exit();
}
/*จบเวอร์ชั่นเก่า */
/*เวอร์ชั่นใหม่ ( MySql 5 )*/
/*$charset="SET NAMES tis620";
if(!mysql_db_query($dbname, $charset) ){
echo "ไม่สามารถติดต่อฐานข้อมูลได้";
exit();
}
/*จบเวอร์ชั่นใหม่ */
?>
Date :
2009-10-09 08:28:29
By :
aoooza
ไฟล์ addmember.php
ลอง include เข้ามาบรรทัดบนสุด
Code (PHP)
include("connect.php");
เผื่อได้ครับ
Date :
2009-10-09 08:35:17
By :
panyapol
ไม่ได้ครับ ผม
Date :
2009-10-09 08:45:28
By :
aoooza
$password=""; // Database Password
ลืมใส่ pass หรือเปล่าครับ
Date :
2009-10-09 08:54:26
By :
ariya99
ไม่น่าจะเกี่ยวอ่าคับ
Date :
2009-10-09 08:57:56
By :
apicha31
ลองดูครับ
ของเดิม
Code (PHP)
$ck="SELECT * FROM `profile` WHERE `sid` = '$sid'"; // เครื่องหมาย ' กับ`
ลองเปลี่ยนเป็นแบบนี้
Code (PHP)
$ck="SELECT * FROM profile WHERE sid = '$sid'";
หรือลองเปลี่ยนเป็นแบบนี้
Code (PHP)
$ck="SELECT * FROM 'profile' WHERE sid = '$sid'";
ไม่รู้จะเกี่ยวกันไหม ได้ผลอย่างไรเข้ามาแจ้งกันบ้างนะครับ
Date :
2009-10-09 09:06:53
By :
pokultra
ยังไม่ได้ครับ
ขอบคุณสำหรับความเห็นทุกท่าน ตื้นตันมากครับ
Date :
2009-10-09 09:21:11
By :
aoooza
ช่วย comment code แต่ละส่วนหน่อยได้ไหมอยากร ขั้นการตอนการทำงานที่อยากใ้ห้มันเป็นยังไงอ่ะ
Date :
2009-10-09 09:41:54
By :
pokultra
นี่แหละโปรแกรมเมอร์มือโปรเลยล่ะเพ่ Rastafari เขียนเอง รู้เอง ไม่ต้องคอมเม้นต์ เดี๋ยวคนอื่นจะรู้
Date :
2009-10-09 09:44:55
By :
NanoThoro
คือผมเองไม่ค่อยจะรู้เรื่อง โค้ด php มากนัก คือเอา โค้ดของคนที่ทำไว้แล้วมาแก้ต่ออีกทีนึง มันเลยมั่ว ๆ อย่างนี้
แต่ ใช้กับ appserv 2.4.5 ใช้ได้ครับไม่เกิดปัญหาใด ๆ เลย
พอมาใช้ appserv 2.4.0 มันก้อ เป็นแบบที่เหน
ย้ำนะครับว่า โค้ดนี้ใช้ กับ 2.4.5 ได้สบายไม่มีปัญหา
ที่ ร.รใช้ win server 2003 เค้าลง 2.4.0 ไว้ครับ
การทำงานตอนนี้ผมทำใน 2.4.0 มันขึ้น
หน้านี้
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\appserv\www\st\admin\addmember.php on line 44
ไม่สามารถบันทึกข้อมูลนักเรียนได้
ทั้งๆที่ 2.4.5 มัน ไม่มีปํญหา บันทึกได้ ครับผม
ขอบคุณผู้ที่ คอมเมน ทุกวัน เป็นปลื้มอีก ครั้ง
Date :
2009-10-09 09:56:03
By :
aoooza
Remove AppServ ตัวเดิมออก
แล้วลงตัวใหม่ AppServ 2.5.10 ลองดูครับ
Date :
2009-10-09 10:21:05
By :
panyapol
จริง ๆแล้ว เครื่องที่ ร.ร ลง win server 2003 แล้วถ้า ลง appserv มากกว่าเวอร์ชั่น 2.4.0 แล้วมันไม่ยอมรันเป็น serv ให้ เหมือนกันว่ามันไม่ออก ทางเน็ตอะครับ ต้องลง 2.4.0 เท่านั้น
หรือจะลอง ลง 2.5.10 ไปเลย
Date :
2009-10-09 10:47:20
By :
aoooza
ลองลง 2.5.10 ดูแล้วครับ ปรากฎ ว่า บันทึก ได้ แต่ ก้อ ฟ้อง
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\st\admin\addmember.php on line 44
เหมือนเดิม แต่บันทึกได้
Date :
2009-10-09 12:07:15
By :
aoooza
ผมไม่แน่ใจน่ะ
$ck="SELECT * FROM `profile` WHERE `sid` = '$sid'";
$rck=mysql_query($ck) or die(mysql_error()); //มันน่าจะเริ่มเออเรอตั้งแต่ตรงนี้เปล่าลองให้ฟ้องเออเรอดู
if(mysql_num_rows($rck)!=0) {
ถ้าไม่ฟ้องเออเรอ ลองทดสอบเขียนโค้ดเทสมาสักไฟล์ดูก่อนไม
$conn...
$ck="SELECT * FROM `profile` WHERE `sid` = 'xxxx'"; //xxx อะไรก็ได้ที่อยู่ในฐานข้อมูล
$rck=mysql_query($ck) or die(mysql_error());
echo "NUMS: mysql_num_rows($rck)";
ถ้ามันยังฟ้องเออเรออีก สงสัยต้องเปลี่ยนวิธีการหลีกเลี่ยงใช้ mysql_num_rows ถึงตอนนั้นค่อยว่ากันใหม่
แต่ผมว่ามันไม่น่าจะใช้ความผิดของ mysql_num_rows น่ะ
Date :
2009-10-09 12:57:39
By :
xbeginner01
ที นี้ ลบแล้วลงใหม่ได้แล้วครับ 2.5.10
ไม่ error อะไรเลย แต่ดันเข้าไป หน้า admin ไท้ได้ ติด Access Denied
หน้า admin ทำไงใหใข้ได้ครับ
Code (PHP)
<?php
include_once("connection.php");
session_start();
{
echo("Access Denied");
exit();
}
$mode=@$_GET["mode"];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Administator Manager</title>
<script language="JavaScript" type="text/javascript" src="editor/wysiwyg.js"></script>
<script language="JavaScript">
<!--
var VarUrl
function del(VarUrl)
{
if(window.confirm("ยืนยันการลบ")==true)
{
window.open(VarUrl,"_self")
}
}
//-->
</script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EEEEEE;
}
body,td,th {
font-family: Microsoft Sans Serif;
font-size: 10pt;
}
a:link {
color: #3E6116;
text-decoration: none;
}
a:visited {
color: #3E6116;
text-decoration: none;
}
a:hover {
color: #F3D78B;
text-decoration: none;
}
a:active {
color: #F3D78B;
text-decoration: none;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onload="MM_preloadImages('pic/menu01.gif','pic/menu02.gif','pic/menu03.gif','pic/menu04.gif','pic/menu06.gif','pic/menu07.gif','pic/menu05.gif','pic/menu09.gif')">
<div align="center">
<table width="800" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="120" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="800" height="120" valign="top"><img src="pic/headad.gif" width="800" height="120" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="162" height="455" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="455" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="432" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="52" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="160" height="52"><div align="center"> <img src="pic/menu00.gif" width="160" height="52" /></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" valign="top"><a href="admin.php?mode=member" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image81','','pic/menu06.gif',1)"><img src="pic/menu006.gif" name="Image81" width="159" height="32" border="0" id="Image81" /></a></td>
</tr>
<tr>
<td height="35" valign="top"><a href="admin.php?mode=cpass" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image82','','pic/menu11.gif',1)"><img src="pic/menu011.gif" name="Image82"border="0" id="Image82" /></a></td>
</tr>
<tr>
<td height="34" valign="top"><a href="admin.php?mode=addstaff" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image83','','pic/menu_admin2001.gif',1)"><img src="pic/menu_admin2002.gif" name="Image83"border="0" id="Image83" /></a></td>
</tr>
<tr>
<td height="34" valign="top"><a href="admin.php?mode=viewstaff" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image84','','pic/menu_admin1002.gif',1)"><img src="pic/menu_admin1001.gif" name="Image84"border="0" id="Image84" /></a></td>
</tr>
<tr>
<td height="35" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="160" height="35"><a href="logout.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image111','','pic/menu09.gif',1)"><img src="pic/menu009.gif" name="Image111" width="160" height="32" border="0" id="Image111" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td height="32" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="160" height="32"><img src="pic/menu010.gif" width="160" height="39" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="35" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="35"><!--DWLayoutEmptyCell--> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="37" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="37"><!--DWLayoutEmptyCell--> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="37" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="37"><!--DWLayoutEmptyCell--> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="32" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="32"><!--DWLayoutEmptyCell--> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="39" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="161" height="39"><!--DWLayoutEmptyCell--> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="23"> </td>
</tr>
</table></td>
</tr>
</table></td>
<td width="638" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="639" height="455" align="center" valign="top" bgcolor="#FFFFFF"><?php
switch($mode){
case "news_pr":
include("admin/news_pr.php");
break;
case "news_pr_edit":
include("admin/news_pr_edit.php");
break;
case "del":
include("admin/del.php");
break;
case "doc":
include("admin/doc.php");
break;
case "project":
include("admin/project.php");
break;
case "project_edit":
include("admin/project_edit.php");
break;
case "gallery":
include("admin/gallery.php");
break;
case "addadmin":
include("admin/addadmin.php");
break;
case "addcal":
include("admin/addcal.php");
break;
case "editcal":
include("admin/editcal.php");
break;
case "member":
include("admin/member.php");
break;
case "addmember":
include("admin/addmember.php");
break;
case "smember":
include("admin/smember.php");
break;
case "editmember":
include("admin/editmember.php");
break;
case "profile":
include("admin/profile.php");
break;
//case "addactinu":
//include("admin/addactinu.php");
//break;
case "cpass":
include("admin/cpass.php");
break;
case "addstaff":
include("admin/addstaff.php");
break;
case "addg":
include("admin/addg.php");
break;
case "viewadmin":
include("admin/viewadmin.php");
break;
case "editg":
include("admin/editg.php");
break;
case "profile_g2":
include("admin/profile_g2.php");
break;
case "viewstaff":
include("admin/viewstaff.php");
break;
default:
echo "<center><b>สำหรับผู้ดูแลระบบ</b></center>";
// include("member/index.php");
break;
}
?></td>
</tr>
</table> </td>
</tr>
</table>
</div>
</body>
</html>
Date :
2009-10-09 16:43:55
By :
aoooza
Code (PHP)
........ //ตรงนี้ลืมใส่เงื่อนไขไรเปล่า เช่น if(...)
{ // exuc 1
echo("Access Denied"); //exuc2
exit(); // บะบาย
}
Date :
2009-10-09 17:25:44
By :
xbeginner01
บอกไดพ้คำเดียวครับ ว่า ตาลายเลย เอิ๊กๆ
Date :
2009-10-09 20:21:41
By :
nerobenz
ได้แล้วจ้า สรุป ลง 2.5.8 ไม่ต้องทำอะไรต่อเลย ได้ แล้ว ๆ
Date :
2009-10-10 15:15:06
By :
aoooza
Load balance : Server 02