Confirmation of registered email address when completing registration form

Asked 1 years ago, Updated 1 years ago, 76 views

"When I create a registration form in HTML, I would like to display ""That email address is already registered"" in the MySQL database on the form, but what should I do?"

html mysql

2022-09-30 21:17

1 Answers

Customer-controlled web UA (IE, Chrome, Firefox, etc.) and
It's difficult to implement just by web server (such as Apache httpd or IIS).

Usually, middleware (software that dynamically generates HTML) is installed on the web server side. The middleware accesses the database and
·Dynamic generation of HTML for registered email addresses
·Dynamic generation of HTML with unregistered email address
I think you'll end up doing it.Your web UA just displays the HTML.

I would appreciate it if you could ask me another question about what to use as middleware.


2022-09-30 21:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.