[請益]又是update...
session_start();
extract($_POST);
$uid=$_SESSION["id"];
require("connect.php");
$str =" update Project
set year='$year',start='$start',end='$end',delay='$delay'
,check='$check',content='$content',limit='$limit'
where pid='$pid' and managerID='$uid' ";
mysql_query($str);
以上是我的原始碼,為什麼我的update會一直沒把資料寫進資料庫阿??
p.s. require( "connect.php")是我連線到資料庫用的
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.116.243.66
→
01/16 15:04, , 1F
01/16 15:04, 1F
→
01/16 15:44, , 2F
01/16 15:44, 2F
→
01/16 15:56, , 3F
01/16 15:56, 3F
→
01/16 16:00, , 4F
01/16 16:00, 4F
→
01/16 16:15, , 5F
01/16 16:15, 5F
→
01/16 16:15, , 6F
01/16 16:15, 6F
→
01/16 16:16, , 7F
01/16 16:16, 7F
→
01/16 19:43, , 8F
01/16 19:43, 8F
→
01/17 15:04, , 9F
01/17 15:04, 9F
→
01/17 15:04, , 10F
01/17 15:04, 10F
推
01/18 17:53, , 11F
01/18 17:53, 11F
PHP 近期熱門文章
PTT數位生活區 即時熱門文章
0
18