Re: [請益] php & mysql一問
※ 引述《kc655039 (NNN  )》之銘言:
: $str="select * from customers where cid='$_POST\[\'old_name\'\]';";
: 如果這樣寫的話會有錯誤訊息:
: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Group\Apache2\htdocs\Mysql.php on line 20
: 但是如果改成
: $str="select * from customers where cid='$old_name';";
: 就沒問題,想問一下要怎麼樣才能用上面的那個方法呢??
: 有經驗的人麻煩指導一下,多謝
$str="select * from customers where cid='".$_POST['old_name']."';";
推文放不下.
--
響: 「嗯, 加油喔, 那麼....早點睡, 掰掰, 晚安....
要是明天也能見面那該有多好. 」
-- 想君~Memories Off~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 211.74.73.26
推
10/02 17:45, , 1F
10/02 17:45, 1F
→
10/02 17:46, , 2F
10/02 17:46, 2F
推
10/02 18:10, , 3F
10/02 18:10, 3F
推
10/02 20:05, , 4F
10/02 20:05, 4F
推
10/02 22:02, , 5F
10/02 22:02, 5F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 11 篇):
PHP 近期熱門文章
PTT數位生活區 即時熱門文章