I want to learn what is it called -if there is any name for it- when you convert a name to a URL parameter, like, urldecode()
in PHP.
Suppose in my database, I list some TV series, and one row is for The Big Bang Theory, I usually do it like:
title name
------ -----
The Big Bang Theory the-big-bang-theory
So is there a specific name for the second column, named "name"?
I remember something like "slug" or "stub" from one of the CMS’.