Open oliverwerlen opened 6 years ago
Register form to insert the following informations:
[x] email (also used as username)
[x] password
[x] password check
[x] name
[x] prename
[x] ort
[x] plz
[x] adress
[ ] captcha
make directly the check that there are no empty fields (use html5) and also XSS and SQLInjection
Please make a new file for the register form and include it into the main page using php include
https://www.w3schools.com/php/php_includes.asp
Register form to insert the following informations:
[x] email (also used as username)
[x] password
[x] password check
[x] name
[x] prename
[x] ort
[x] plz
[x] adress
[ ] captcha
make directly the check that there are no empty fields (use html5) and also XSS and SQLInjection