I'm trying to move a file to my server and restrict/remove apostrophes from it. Here's what I have now: move_uploaded_file(str_replace("'", ...
確定! 回上一頁