* This script registers a user using a username, password, name, and email (provided through POST). This script communicates with the MySQL server to save user data.
/*!
This script registers a user using a username, password, name, and email. This script communicates with the MySQL server to save
user data.
*/
<<<<<<<HEAD
header("Access-Control-Allow-Origin: *");
header('Access-Control-Allow-Credentials: true');
header("Access-Control-Allow-Methods: PUT, GET, POST, DELETE");