I want to get data by current url, please see my code
if (currenturl = 'https://example.com/delhi.html') {
$_GET['location'] = 289;
}
but is not giving data while if we run like
https://example.com/delhi.html?location=289
then it is getting data. please anyone idea for that