How do I sanitize title URIs with PHP?

前端 未结 4 1717
情书的邮戳
情书的邮戳 2020-12-20 04:14

I am programming a blog and I want the URIs to be the title like the question title here in stackoverflow or like wordpress.
What are the rules for sanitizing a URI?

4条回答
  •  执笔经年
    2020-12-20 04:52

    Many CMS's have implemented something like that, the one of Wordpress has been posted in another question. You might be interested in the question about this technique in general, too.

提交回复
热议问题