sfcode
An Online Competing and Development Environment
|
Variables | |
$postData = file_get_contents("php://input") | |
$request = json_decode($postData) | |
This script is for user login using username and password. Here, we authenticate user credentials with MySQL server.