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.
PHPでこのことに気を取られています。私は、人々が多くのことを検索する検索エンジンを持っています。この値は「/」、たとえば「She Don't Mind」などです。私も mod_rewrite を使用しているので、「彼女は気にしない/気にしない」ように見えるので、Apacheはそれをディレクトリ:sとして受け取り、機能しません。
私を助けてください。
どの関数を使用し、どこでこれを回避しますか?
PHP で検索を囲む関数stripslashesを使用します。
例えば
$search = stripslashes( $_POST['search'] );