|
|
|
อยากได้ตัวอย่างโค้ด PHP การเขียนคำสั่งเพิ่ม ลบข้อมูล จากฐานข้อมูล My SQL |
|
|
|
|
|
|
|
ขอโทษทีค่ะ copy ไปไม่หมด
Code (PHP)
<?
$id=$_GET[id];
include "../config.php";
$sql="delete from patient where Patient_ID='$id' ";
$result=mysql_db_query($dbname,$sql);
if ($result) {
echo("<meta http-equiv='refresh' content='0;URL=check_delete.php'>");
}
else {
echo "<h3>ไม่สามารถลบข้อมูลได้ในขณะนี้</h3>";
}
Close();
?>
|
|
|
|
|
Date :
2010-08-17 19:03:36 |
By :
nujoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error ว่าอะไรครับ ไม่เห็นบอก
|
|
|
|
|
Date :
2010-08-17 19:31:25 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องดู error ครับว่ามันฟ้องอะไร
จะให้ดีเอา config มาดูด้วยก็ดีครับ
Code (PHP)
<?php
$conn = mysql_connect("localhost","root","1234");
$con = mysql_select_db($conn);
$id=$_GET["id"];
//include "../config.php";
$sql="delete from patient where Patient_ID='".$id."' ";
$result=mysql_query($sql);
if ($result) {
echo("<meta http-equiv='refresh' content='0;URL=check_delete.php'>");
}
else {
echo "<h3>ไม่สามารถลบข้อมูลได้ในขณะนี้</h3>";
}
Close();
?>
|
|
|
|
|
Date :
2010-08-17 19:35:37 |
By :
aknueng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นั่งแก้ไปแก้มา ตอนนี้ม่ายเออเร่อค่ะ แต่คำสั่งไม่ทำงาน มันไม่เข้าไปลบข้อมูล สงสัยจะเขียนผิดแน่ๆเลย
Code (PHP)
<?
$id=$_GET[id];
include "../config.php";
$sql="delete from patient where Patient_ID='$id' ";
$result=mysql_db_query($dbname,$sql);
if ($result) {
echo("<meta http-equiv='refresh' content='0;URL=check_delete.php'>");
}
else {
echo "<h3>äÁèÊÒÁÒöź¢éÍÁÙÅä´éã¹¢³Ð¹Õé</h3>";
}
?>
อันนี้หน้า config
Code (PHP)
<?
$host="localhost";
$user_connect="root";
$pw_connect="123";
$dbname="cancer";
$c = mysql_connect($host,$user_connect,$pw_connect);
mysql_select_db($dbname);
mysql_query("SET NAMES tis620");
if (!$c) {
echo "<h3>ERROR : ไม่สามารถเชื่อมต่อฐานข้อมูลได้</h3>";
exit();
}
?>
|
ประวัติการแก้ไข 2010-08-17 19:52:48
|
|
|
|
Date :
2010-08-17 19:50:33 |
By :
nujoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้า Action
<?php //<<<<<<<<<<<<<< ลองใช้แบบนี้ดูนะ
$id=$_GET["id"]; //<<<<<<<<<<<<<< ลองใช้แบบนี้ดูนะ
include "../config.php";
$sql="delete from patient where Patient_ID='".$id."' "; //<<<<<<<<<<<<<< ลองใช้แบบนี้ดูนะ
$result=mysql_query($sql);
echo $sql; //<<<<<<<<<< แสดงค่ามันออกมาดู แล้วลองไป excute ที่ phpmyadmin นะครับ
if ($result) {
//echo "<meta http-equiv='refresh' content='0;URL=check_delete.php'>"; //<<<<<<<<<<<<<< ขอเปลี่ยนและคอมเม้นไว้ก่อนนะ
}
else {
echo "<h3>ไม่สามารถลบข้อมูลได้ในขณะนี้</h3>";
}
?>
หน้า Config
<?php //<<<<<<<<<<<<<< ลองใช้แบบนี้ดูนะ
$host="localhost";
$user_connect="root";
$pw_connect="123";
$dbname="cancer";
$c = mysql_connect($host,$user_connect,$pw_connect);
mysql_select_db($dbname, $c); //<<<<<<<<<<<<<< ลองใช้แบบนี้ดูนะ
mysql_query("SET NAMES UTF8"); //<<<<<<<<<<<<<< ลองใช้แบบนี้ดูนะ
if (!$c) {
echo "<h3>ERROR : ไม่สามารถเชื่อมต่อฐานข้อมูลได้</h3>";
exit();
}
?>
|
|
|
|
|
Date :
2010-08-17 20:03:03 |
By :
aknueng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้า ฟีลเป็น int ไม่ต้องครอบด้วย ' ' นะครับ
ส่วน mysql_db_query() ใส่พารามิเตอร์ไม่ถูกมั้ง ลองดูดีๆ นะคับ
|
|
|
|
|
Date :
2010-08-17 20:10:00 |
By :
pjgunner |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อ่อนเจงๆๆๆ
|
|
|
|
|
Date :
2011-02-20 20:03:18 |
By :
อ๋อง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนหน่อยนะคับ ผมอยากให้มัน ลบค่าคงเหลือ ต้องทำอย่างไงคับ เขียนโค้ดแบบไหนคับ ขอบคุณล่วงหน้าคับ
Code (PHP)
<?
include "connect.php";
$page=$_GET['page'];
if ($page=="") {
$page=1;
}
$each=10;
$sql_product = "SELECT * FROM tb_o , tb_stock";
$result_product = mysql_query($sql_product);
$totals = mysql_num_rows($result_product);
$totalpages=ceil($totals/$each);
$goto = ($page-1)*$each;
$sql_product = "SELECT * FROM tb_o ORDER BY id ASC ";
$result_product = mysql_query($sql_product);
$sql="SELECT MAX(data) AS data FROM tb_o";
$result=mysql_query($sql);
$dbarr=mysql_fetch_array($result);
if ($num=="0") {
$total ="";
} else {
$total=$dbarr_product['id_no'] +1;
if ($total<10) {
$total="000" .$total;
} elseif ($total<100) {
$total="00".$total;
} elseif ($total<1000){
$total="0" .$total;
}
}
?>
<table width="900" border="0" align="center" cellpadding="1" cellspacing="1" bordercolordark="#FFFFFF">
<tr>
<td colspan="9" bgcolor="#FFCCCC" align="center"><b>รายการ</b></td>
</tr>
<tr bgcolor="#FFFFCC">
<td width="115" align="center">เลขที่</td>
<td width="500" align="center">รายการ</td>
<td width="206" align="center">จำนวน</td>
<td width="206" align="center">ราคา</td>
<td width="206" align="center">เบิก</td>
<td width="206" align="center">เหลือ</td>
<td width="73" align="center">แก้ไข</td>
<td width="77" align="center">ลบ</td>
</tr>
<?
while ($dbarr_product = mysql_fetch_array($result_product)) {
?>
<? $sql3=mysql_query("update td_o set m_amount = m_amount - $m_out_amount where m_id=$m_id2");
?>
<tr bgcolor="#F4F4F4">
<td align="center"><? echo $dbarr_product['number'];?></td>
<td align="center"><? echo $dbarr_product['data'];?></td>
<td align="center"><? echo $dbarr_product['count'];?></td>
<td align="center"><? echo $dbarr_product['price'];?></td>
<td align="center"><? echo $sql3;?></td>
<td align="center"><? echo $dbarr_product['rest'] ;?></td>
<td align="center">[ <a href="admin.php?show=edit"; ]>แก้ไข</a> ]</td>
<td align="center">[ <a href="admin.php?show=<? echo $id; ?>" onClick="return Conf<? echo "$id=['id']"; ?>(this)">ลบ</a>]</td>
</tr>
<?
}
?>
<tr bgcolor="#F4F4F4" >
<td colspan="10" align="right"> </td>
</tr>
</table>
<form name="frmPackage" method="post" action="chkstock.php" enctype="multipart/form-data">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF">
<tr>
<td bgcolor="#FFCCCC" align="center"><b>เพิ่มข้อมูล</b></td>
</tr>
<tr>
<td>
<table width="700" border="0" align="center" cellpadding="5" cellspacing="1">
<tr bgcolor="#F4F4F4">
<td width="50%" align="left">เลขที่
<INPUT maxLength=10 name=number size="8"></td>
<td width="50%"calign="left">แผนก
<select name="Deparmentname">
<option value="0">กรุณาเลือกแผนก</option>
<?
$sql="select * from tb_adddepartment ";
$result = mysql_query($sql);
while($dbarr_product=mysql_fetch_array($result)) {
echo "<option value=$dbarr_product[id_no]>$dbarr_product[Departmentname]</option>";
}
?>
</select></td>
</tr>
<tr bgcolor="#F4F4F4">
<td colspan="4" align="left">รายการ
<input maxlength="150" name="data" size="80"></td>
</tr>
<tr>
<td align="left">ราคา
<input maxlength="50" name="price" size="8">
บาท จำนวน
<input maxlength="50" name="count" size="8" /></td>
<td align="left">ไฟล์รูปภาพ <input type="file" name="photo"><input type="hidden" name="MAX_FILE_SIZE" value="100000"></td>
</tr>
<tr bgcolor="#F4F4F4">
<td colspan="2" align="left">หมายเหตุ<br>
<textarea name="message" cols="100" rows="30"></textarea></td>
</tr>
<tr bgcolor="#F4F4F4">
<td colspan="6" align="center">
<input type="submit" name="submit" value="บันทึก">
<input type="reset" name="Reset" value="ล้างข้อมูล">
<input name="cid" type="hidden" value="<?=$total;?>"> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>
|
|
|
|
|
Date :
2013-06-05 15:56:20 |
By :
dexhudmai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (VB.NET)
Code (C#)
Code (JavaScript)
Code (VBScript)
Code (Java)
Code (Android-Java)
[java]Code (Objective-C)
Code (XML)
Code (Android-Java)
[java]Code (XML)
[xml]Code (SQL)
Code
[/xml]
[/java]
[/java]
|
|
|
|
|
Date :
2014-05-13 13:48:02 |
By :
test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|