|
|
|
ช่วยดูอาการให้หน่อยนะคะ เว็บมันเป็นแบบนี้ค่ะ มันขึ้นมาเยอะมากๆเลยค่ะ อาการแบบนี้มันเป็นเพราะอะไร |
|
|
|
|
|
|
|
ต้องเห็นโค้ด ไม่รู้แทรกผิดหรือเปล่า
|
|
|
|
|
Date :
23 ก.ค. 2550 12:48:24 |
By :
แดง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โค้ดนะคะ
?
include('../config.inc.php');
include('../function.php');
if(empty($g_name)||empty($g_detail)){
?>
<link href="../Styles.css" rel="stylesheet" type="text/css">
<p> </p>
<table width="300" height="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan="2" align="center">กรุณากรอกข้อความให้ครบ <br> <a href="javascript:history.back(1)">กลับไปกรอกใหม่</a></td>
</tr>
</table>
<?
exit();
}
// ตรวจสอบว่าส่งเป็นชื่ออีเมล์มาหรือไม่ ถ้าส่งมาให้สร้าง Link
$num_g_email = strlen($g_email);
if($num_g_email >0){
if(eregi("^.+@.+\..+$",$g_email)) {
$g_email=inputword($g_email);
}
else{
?>
<link href="../Styles.css" rel="stylesheet" type="text/css">
<p> </p>
<table width="300" height="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan="2" align="center">คุณกรอกอีเมล์ไม่ถูกต้อง <br><a href="javascript:history.back(1)">กลับไปกรอกใหม่</a></td>
</tr>
</table>
<?
exit();
}
}
// เรียกใช้ฟังก์ชัน inputword
$g_name=inputword($g_name);
$g_detail=inputword($g_detail);
connect_db($hostname,$user,$passwd);
$db=mysql_select_db($dbname);
$sql="insert into guest (g_name,g_detail,g_date,g_email) values('$g_name','$g_detail','$g_date','$g_email')";
$result=mysql_query($sql);
if($result){
?>
<html>
<head>
<title><? echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<META HTTP-EQUIV="REFRESH" CONTENT="2; URL=../gb.php?viewpage=guestbook">
<link href="../Styles.css" rel="stylesheet" type="text/css">
<body>
<p> </p>
<table width="300" height="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan="2" align="center" bgcolor="#C1EBFF"><strong>คุณได้ทำการเขียนสมุดเยี่ยมเรียบร้อยแล้ว <br>
กรุณารอสักครู่ </strong><br>
<br>
<img src="image/loading_animation_liferay.gif" width="70" height="10"></td>
</tr>
</table>
</html></body>
<?
}
else
{
echo"ไม่สามารถบันทึกข้อความได้";
}
mysql_close();
?>
|
|
|
|
|
Date :
23 ก.ค. 2550 13:02:17 |
By :
น้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guestbook ไม่รู้ว่าตัวนี้ ต้องเป็นแบบนี้หรือเปล่า gb.php?viewpage=$guestbook
หรือลอง คลิกเมาส์ขวา view souse แล้วก็อปโค้ด html หหน้าเพจที่ error ไปดู
|
|
|
|
|
Date :
23 ก.ค. 2550 14:01:53 |
By :
.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
form ที่กรอกสมุดเยี่ยม กับข้อความที่โชว์ ทำไม่เอาไว้หน้าเดียวกันไปเลย
|
|
|
|
|
Date :
23 ก.ค. 2550 15:43:28 |
By :
แดง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|