Creating SEO URL from user input in PHP
How to create a SEO URL from user input, for web 2.0 style sites which use Apache's mod rewrite
Usage
Mostly used with MVC patterns in PHP this is a simple function to generate a search engine friendly, aka SEO, URL from an article page by using the input title field for example.
Pass the value of the field you will be using as the title.

Comments