I have URL like this:
http://www.site.com/app/index.html#secret_code=gagh362%%23atg._f46&other=5449
I need to pass gagh362%%23atg._f46 part to a string. All the examples i find are for simple PHP parameter parsing and i'm having difficulties to adapt them to this case. Can someone help?