Hi Iām trying to recieve data and i get the error Notice: Undefined index:['my key']
my php codes:
$Username = $_REQUEST['username'];
$Password = $_REQUEST['password'];
the code i'm sending:
{
"username":"sss",
"password":"aaa"
}
exact error:
Notice: Undefined index: username in C:\xampp\htdocs\android.dev\first_page.php on line 33
Notice: Undefined index: password in C:\xampp\htdocs\android.dev\first_page.php on line 34