|
|
|
คำถามต่อเนื่องครับ รับค่าจาก url ไม่เป็นภาษาต่างดาวแล้วแต่บันทึกลงตารางกลับเป็นภาษาต่างดาว |
|
|
|
|
|
|
|
ตัวอย่าง code บันทึกลงตารางครับ
ผมลองใช้ ตัว <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
และ<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
ไม่หายครับ ยังเป็นต่างดาวอยู่ หรือไม่ใช้ <meta> เลย ใช้ code ล้วนๆ ก็ไม่หาย
<!--#include file="connection_DB.inc"-->
<html>
<head>
<title>THINGFAIR ( THAILAND ) CO.,LTD ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="admin/script/font.CSS" rel="stylesheet" type="text/css">
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
if Request.form("Acction") = "save" Then
Sql="Select * from TB_PRODUCT where Pro_Name='"&request.form("Name")&"'"
rs.open Sql,conn,1,3
if not rs.eof= true then
response.Write("test")
else
rs.addnew
rs("UserName")=Request.Form("UserName")
rs("Pro_Name")=Request.Form("Name")
rs("Pro_Detail")=Request.Form("Path")
rs("Date")=date
rs.update
end if
end if
%>
</body>
</html>
|
|
|
|
|
Date :
2010-11-26 11:57:57 |
By :
nnn_watt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้ เป็น windows-874 ครับ
|
|
|
|
|
Date :
2010-11-26 17:48:10 |
By :
pong_757 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ พี่ pong
และขอบคุณ พี่ win ครับ
เดียวไปทดลองใช้ครับ ได้เรื่องยังไงเดียวมากวนต่อ
อย่าพึงรำคาญนะครับ...มือใหม่จริงๆๆ
|
|
|
|
|
Date :
2010-11-27 08:27:53 |
By :
nnn_watt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|