Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトルは次のとおりです:プリペアドステートメントを使用する場合、mysqli real_escape_string を使用する必要がありますか?
必要なのか、セキュリティのために良いのか、やり過ぎなのか、意味をなさないのか、それとも...?
「プレースホルダーを使用して挿入されるデータの場合」という意味であると仮定すると、いいえ。データを二重にエスケープすることになります(したがって、エスケープシーケンスmysqli_real_escape_stringをデータとして挿入します)。
mysqli_real_escape_string