I have a dynamic string that looks like this...
/tester?bc=7&tester=orange
Using PHP I am trying to return the single value after bc=
I have looked at strrchr but that doesn't seem to let me specify just returning one character, how should I be doing this?