Your check is incorrect: right now, it tries to access $_POST['rating'], which might not be set, and then checks whether that value is empty.
確定! 回上一頁