Mostly custom scripts requires to create a clean SEO friendly URL by removing all special characters from the given text and converting all spaces to dashes. This can be done very easily by using the following simple code:
Creating a clean SEO Friendly URL
PHP
1
2
3
4
5
6
//removing special characters and converting spaces to dashes.