I have link as test.php?fullname=Fahim&[email protected]
In test.php I have below
$fullname = $_POST['fullname'];
$emailid = $_POST['emailid'];
echo "$fullname===$emailid===";
I always get response as ======
I was expecting as [email protected].
Any idea why this is happening?
$_GETnot$_POST