mt85 / IT490-Determination

Repo for Group Determination
0 stars 0 forks source link

Create Registration App Backend Script #5

Open mt85 opened 4 years ago

mt85 commented 4 years ago

Create the PHP script that'll receive the data from the Registration HTML form. Must make sure all fields are not empty and that password and confirm password match. Once data is validated make sure you put it into a message array.

$message = array("type"=>"register", "email"=>$email, "password"=>$password); This will be send to the MQ Client later.

mkc24 commented 4 years ago

https://github.com/mt85/IT490-Determination/blob/master/APP/registration.php