I have an issue.I can't fetch the query string value using php GET method .I am explaining my code below.
http://oditek.in/spesh/#/resetPass?m_i=bbc9a02e5e63f742
from the above URL i need to fetch the query string value for that i did like below.
$id=$_GET['m_i'];
echo $id;
when i did echo this $id
it showing me blank.Please help me to resolve this issue.