|
|
|
ทำไมใช้ echo "<script>.........</script>";exit(); แล้วใช้ตัวแปร ของ php ไม่ได้ครับ? |
|
|
|
|
|
|
|
แบบนี้ละครับ
echo "<script>alert('คุณได้แก้ไขข้อมูล เรียบร้อยแล้ว');window.location='$_SERVER[PHP_SELF]?show=$_GET[show];&Page=$_GET[Page]';</script>";exit();
|
|
|
|
|
Date :
2010-11-10 09:29:41 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ
พอดีผมส่งแบบ post ไปก็เลย get ไม่ได้
|
|
|
|
|
Date :
2010-11-10 09:59:43 |
By :
oasiis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[<?php
$id = $_GET[id];
$name = $_GET[name];
$sex = $_GET[sex];
$salary = $_GET[salary];
header("content-type:text/html;charset=UTF-8");
$hostname_conn="localhost";
$uesrname_conn="544405139";
$password_conn="47500";
$database_conn="db544405139";
mysql_connect($hostname_conn,$uesrname_conn,$password_conn);
mysql_query("SET NAMES utf8");
mysql_select_db($database_conn);
$sql="insert into employees (id,name,sex,salary)values('$id','$name','$sex','$salary')";
$result = mysql_query($sql);
if ($result) {
echo "บันทึกเรียบร้อย ";
} else {
echo "ผิดพลาด$sql ";
}
echo "<a href = select.php> แสดงข้อมูลทั้งหมด</a> <br> <br>";
echo "<a href = delete1.php>ลบข้อมูลใหม่่</a> <br>";
?>
เปลี่ยนเป็นลบข้อมูลทำไงดีอะ
|
|
|
|
|
Date :
2011-07-25 21:46:23 |
By :
nuriann |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมัครสมาชิกแล้วตั้งกระทู้ถามเป็นกิจลักษณะดีไหม...อะ
|
|
|
|
|
Date :
2011-07-25 23:41:37 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|