iT邦幫忙

andyto202 的所有回答 4

python error,錯誤請教

沒有這個模組tbtools 先確定你有沒有成功的先將這個模組安裝好 不過這個模組我也沒看過 可能是自己寫的

2014-05-25 ‧ 由 klm2242 提問

php 從資料庫取出陣列取出後,改某一個值之後,再儲存到資料庫

getlose提到: $data['state'] = 0,1,1,0 $state_select = explode(",",$data...

2013-05-17 ‧ 由 getlose 提問

請教 php 下的正規表示法

$x = file_get_contents("config_global.php"); echo preg_replace("...

2012-11-27 ‧ 由 moni 提問

請教php程式利用curl_init來post到網頁,該如何將結果寫到資料庫

請問你所謂的沒有辦法是寫入空值嗎 $result = curl_exec($ch); $result是字串而不是陣列喔 所以可能會很大 你的mysql的欄位是設...

2012-01-26 ‧ 由 gfskywing 提問