I’ve been coding in PHP for 4 years. And I’ve just discovered that variables passed through the url string are case sensitive. How didnt I realize this before?
I was doing strtolower on a string. The string is the url you’re on. We tried clicking on this new string, and it was a no go.
Its amazing, you do learn something new every day.