I want to use base36 in a web application I am developing... but as the id is visible to users as a url, I want to filter out profanity. Has anyone solved this? Or is this even a real problem?
Does it make sense just to skip numbers in my database sequence?
page.php?id=screwyou3234
? – Malvie