i want to get url like ( exmaple.com/#!fdqfo )
But when i try it and write the code
$urll_hash = var_dump($_GET);
exit;
I get only ( exmaple.com/ )
There're an way to get what's after # ?
I think it's stop at #
i want to get url like ( exmaple.com/#!fdqfo )
But when i try it and write the code
$urll_hash = var_dump($_GET);
exit;
I get only ( exmaple.com/ )
There're an way to get what's after # ?
I think it's stop at #