I realized that I am very strict about the use of PHPs empty function in code ... Replace if (empty($var)) { } // With if (isset($var)) { }.
確定! 回上一頁