* 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.
*/
header("Access-Control-Allow-Origin: *");
...
...
@@ -11,15 +12,7 @@ header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Ac