最新回答 / life小小袁
默認參數$where=null,表示沒有傳刪除的條件,則刪除表中所有數據,如果部位空,則在把where刪除的條件加在sql語句后面delete from table_name where 條件
2016-11-20
已采納回答 / KankWei
"id int unsigned auto_increment key,”主鍵少了primary. ?應該是“id int unsigned auto_increment primary key,”.?"cId smallint unsigned(10,2) not null" ?unsigned(10,2)的參數取消掉就好了."cId smallint unsigned not null"
2016-11-17
最新回答 / 憂郁的蛋撻
我幫你改好了,運行沒問題。你的問題是:imagettftext()方法第7個參數$color,是未知的,他需要一個顏色來設置字體顏色,所以在這個這個方法之前先用$color =?imagecolorallocate();生成一個顏色。你把...
2016-11-16
最新回答 / qq_小灰灰_15
一般指的是js的ajax,當然jq中也封裝了$.ajax()和簡寫的$post()和$get();ajax主要用來異步傳值,就是動態無刷新頁面更新頁面數據
2016-11-15
最新回答 / iceberg_tip
沒懂你的意思,這就是在前端寫好后加入PHP從后端獲取的數據啊,應該是分離的吧,前端課程http://www.xianlaiwan.cn/learn/100
2016-11-15