How can I filter out profanity in numeric IDs? -


i want use numeric ids in web application developing... however, id visible users url, want filter out profanity. things (i'll leave figure out are):

page.php?id=455 page.php?id=8008135 page.php?id=69 

has solved this? real problem?

does make sense skip numbers in database sequence?

see also: how can filter out profanity in base36 ids?.

how using guids? encode actual numbers. bet users don't notice on url.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -