php7第17章網路相簿範例有問題 |
|
JuneHsu
更新時間:2019/2/14 下午 07:21:51 |
|
妳好: 在練習第17章時發現adminfix.php無法刪除修改新增.(我沒有動到書本提供範例的程式原始碼,純粹只是把檔案放在本機測試PHP Version 7.2.14)
錯誤訊息 Notice: Only variables should be passed by reference in D:\xampp\htdocs\phpalbum\adminfix.php on line 36
Notice: Only variables should be passed by reference in D:\xampp\htdocs\phpalbum\adminfix.php on line 37
Notice: Only variables should be passed by reference in D:\xampp\htdocs\phpalbum\adminfix.php on line 38
Notice: Only variables should be passed by reference in D:\xampp\htdocs\phpalbum\adminfix.php on line 39
Fatal error: Uncaught ArgumentCountError: Too few arguments to function GetSQLValueString(), 1 passed in D:\xampp\htdocs\phpalbum\adminfix.php on line 40 and exactly 2 expected in D:\xampp\htdocs\phpalbum\adminfix.php:2 Stack trace: #0 D:\xampp\htdocs\phpalbum\adminfix.php(40): GetSQLValueString('5') #1 {main} thrown in D:\xampp\htdocs\phpalbum\adminfix.php on line 2 |
|
|
|
文淵閣工作室
更新時間:2020/12/29 上午 10:09:18 |
|
請修改 adminfix.php 的第 40 行為
GetSQLValueString($_POST["album_id"], "int"));
它的括號放錯位置了喔! |
|
|
|
|
|
|