3.โค้ดน่ะค่ะ
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<title>หน้าแก้ไขข่าวสารสำหรับผู้ดูแลระบบ</title>
<style type="text/css">
<!--
body,td,th {
font-family: Microsoft Sans Serif, MS Sans Serif, sans-serif;
font-size: small;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-family: Microsoft Sans Serif, MS Sans Serif, sans-serif;
}
-->
</style></head>
<body>
<?php
include("connect.php");
include("function.php");
include("thai.inc");
$d1=date("m")-1;
$a= strftime("%d");
$b=$ThaiFullMonth[$d1];
$c=strftime("%Y")+543;
$d =date("d m Y");
$d2=date("h:i:s A");
$sql ="Select * From news where id='$xName'";
$rcs=mysql_query($sql)or die("ไม่สามารถเลือกข้อมูลผู้ใช้ได้ โปรดตรวจสอบ");
$num=mysql_num_rows($rcs);
if ($num>0)
{
$rs=mysql_fetch_row($rcs);
}
if($Submit2)
{
echo "<meta http-equiv=refresh content=0;URL=news_main.php>";
}
if($Submit)
{
if($txt2!='')
{
if($txt1==$xName)
{
if($txt3=="")
{
show_msg("กรุณาเลือกประเภทของข่าว");
}
$sql2="Insert Into news Values ('','$txt1','$txt2','$txt3','$txt4','$txt5','$a $b $c @ $d2')";
mysql_query($sql2) or die ("การแก้ไขข้อมูลมีข้อผิดพลาด");
$num_rows=mysql_num_rows($dbquery);
$sql3="Update news Set id='$txt1',title_news='$txt2',story_news='$txt3',type_news='$txt4',humanfill_news='$txt5','$a $b $c @ $d2' Where id='$xName'";
$dbquery=mysql_db_query($db,$sql3);
show_msg("แก้ไขหัวข้อข่าวชื่อ $txt1 เรียบร้อยแล้วค่ะ");
echo "<meta http-equiv=refresh content=0;URL=news_main.php>";
}
else
{
show_msg( "ในฐานข้อมูลมีหัวข้อข่าวชื่อ $txt1 อยู่แล้วค่ะ");
}
}
**************พอรันแล้วไม่ได้สักทีค่ะมีแต่บอกว่าการแก้ขข้อมูลผิดลาดอ่ะค่ะ******************
+++++++++++++++++++++ช่วยหน่อยคะ+++++++++++++++++++++++ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"