/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//not allowed chars $pattern = '/[^\w\s]+/'; $replacement = ''; //change the space with - // result $url = "1-this-is-a-random-string"
URL: http://www.dluxagency.com
Comments
