I have a url like http://localhost/uploaded_server_alert/backup/alertR/business/business-registration.php?back_abn=2342&back_add1=#asdas
I want to fetch the back_add1 value in my page. But if I use $_REQUEST['back_add1'] then it is not working. Please help me how to fetch the data.