/ Published in: PHP

Slug.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? function slug($phrase, $maxLength = 50) { return $result; } ?>
Comments
