I have read some posts in stackoverflow to solve my issue partially, but I could not find the answer. "www.site.com/?page=1&f[0]=bundle" are the 2 arguments in my url. $_REQUEST['page'] works , but when I try to use $_REQUEST['f[0]'] it does not work. I would like to skip a part of my coding based on the url. So how can I use !isset($_REQUEST['f[0]']) or similar test?
I have read some posts in stackoverflow to solve my issue partially, but I
Share
They are GET parameters.
Should work.