Search a lot and find a way
$user=$_REQUEST['user'];
Php change to
$user=$_REQUEST['username'];
Will work Perfectly..
Thanks to Yazen
https://stackoverflow.com/users/3604083/yazan
solved value
Search a lot and find a way
$user=$_REQUEST['user'];
Php change to
$user=$_REQUEST['username'];
Will work Perfectly..
Thanks to Yazen
https://stackoverflow.com/users/3604083/yazan
solved value