This question might have been asked several times, but i didn’t find a solution for it.
If I want to have an URL with & like
http://www.mydomain.de?val1=test1&val2=test1
how can I fetch these parameters with PHP?
$_GET[] doesn’t work because it expects a plain & as separator.
Any advice?
You need to run
html_entity_decodeto convert&to&or any similar characterVia URL
Simple String
Output