error when uploading string with special characters

后端 未结 2 1024
后悔当初
后悔当初 2021-01-29 07:35

i am uploading a string which has special characters

Example

$what = Fay King suggests ‘Miss Airheart’ as name for ‘Lady Lindy\'\"
<
2条回答
  •  不知归路
    2021-01-29 08:04

    have you tried a simple urlencode()?

    http://php.net/manual/en/function.urlencode.php

提交回复
热议问题