getting warning “Header may not contain more than a single header, new line detected”

后端 未结 7 911
遇见更好的自我
遇见更好的自我 2020-12-07 01:07

I am doing coding in oops for uploading image in PHP. But After submit image, it\'s giving warning

\"Header may not contain more than a single header, new line detec

7条回答
  •  再見小時候
    2020-12-07 01:37

    Try encoding your URL and it should work : http://php.net/manual/en/function.urlencode.php

提交回复
热议问题