I am dealing with URLs structured like this:
http:://www.mywebsite.com/myapp?brand=nameOfBrand&user=0123456&type=comm
In order to display the logo of the respective brand based on the parameter 'nameOfBrand', for example, if I receive brand=google
, I want the Google logo to be shown. The same goes for brands like Amazon and others.
Any suggestions on how I can retrieve this specific parameter?