|
|
|
มีปัญหาเกี่ยวกับ javascript ไม่ยอมแสดงเป็นภาษาไทยค่ะ |
|
|
|
|
|
|
|
เขียน code ไว้ยังไงครับ หรือไม่ลองใส่อันนี้ไว้ก่อนครับ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
|
Date :
2013-03-08 15:05:30 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบนี้อ่ะค่ะ ไม่ยอมเป็นภาษาไทยสักไฟล์เลยค่ะ
Code (PHP)
<?php
$id_mat=$_POST['id_mat'];
$name_mat=$_POST['name_mat'];
$type_mat=$_POST['type_mat'];
$unit=$_POST['unit'];
$value=$_POST['value'];
$show="ได้ทำการบันทึกเรียบร้อยแล้ว";
include('connect_db.php');
$sqlinsertmat=" insert into tb_material (Material_id,Material_name,Type_mat,unit,Value_unit) values ('$id_mat','$name_mat','$type_mat','$unit','$value') ";
//echo $sqlinsertmat;
$excsqlinsertmat=mysql_query($sqlinsertmat) or die(mysql_error());
echo "<script> alert('<?=$show?>');window.location='frm_shmat.php'; </script>";
?>
|
|
|
|
|
Date :
2013-03-08 15:09:51 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใส่แบบนี้ดูครับ
Code (PHP)
<!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>Untitled Document</title>
<?php
$id_mat=$_POST['id_mat'];
$name_mat=$_POST['name_mat'];
$type_mat=$_POST['type_mat'];
$unit=$_POST['unit'];
$value=$_POST['value'];
$show="ได้ทำการบันทึกเรียบร้อยแล้ว";
include('connect_db.php');
$sqlinsertmat=" insert into tb_material (Material_id,Material_name,Type_mat,unit,Value_unit) values ('$id_mat','$name_mat','$type_mat','$unit','$value') ";
//echo $sqlinsertmat;
$excsqlinsertmat=mysql_query($sqlinsertmat) or die(mysql_error());
echo "<script> alert('<?=$show?>');window.location='frm_shmat.php'; </script>";
?>
</body>
</html>
|
|
|
|
|
Date :
2013-03-08 16:15:19 |
By :
yuyu7878 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เพิ่มตรงไหนอ่ะค่ะ
|
|
|
|
|
Date :
2013-03-08 16:28:18 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|