最新回答 / 上坡路
<...code...>因?yàn)槭莂dmin文件下的doAdminAction.php調(diào)用的addPro()函數(shù),所以上傳的圖片是保存在admin文件下的。而image_50,image_220,image_350這幾個文件,在寫參數(shù)的時候是這樣寫的,所以保存在根目錄下面<...code...>注意調(diào)用函數(shù)的文件所在目錄,和文件名斜杠前面的點(diǎn)。
2016-09-12
最新回答 / greenhandc
是這樣的,mysqli_insert_id(connect()),returns the ID generated by a query on a table with a column having the AUTO_INCREMENT attribute. If the last query wasn't an?INSERT?or?UPDATE?statement or if the modified table does not have a column with the?AUTO_INCREME...
2016-09-04
最贊回答 / 春還在星未離
for ($i = 0; $i < $length; $i++),這是在定義畫布上的驗(yàn)證碼的for循環(huán),老師哪里講的是for ($i = 9; $i < $length; $i++),把他改為$i=0就ok了。
2016-09-04