Make encoding uniform before comparing strings in PHP

后端 未结 6 1537
攒了一身酷
攒了一身酷 2021-01-20 16:21

I\'m working on a feature which requires me to get the contents of a webpage, then check to see if certain text is present in that page. It\'s a backlink checking tool.

6条回答
  •  后悔当初
    2021-01-20 16:33

    what about running both through a sanatizing filter (if you have php >5.2.0). I don't know that it will do anything, but it may.

    http://www.phpro.org/tutorials/Filtering-Data-with-PHP.html#12

提交回复
热议问题