0
Guys, I’m a beginner in PHP and I need a help.
I have a.html register that has some fields that calls the.php register that inserts the data into the database and shows the message whether it was successfully inserted or not.
How do I display this message on the registration screen?
I am trying to do as follows, when I click on the "Register" button goes to the.php register and returns to the.html register with the return message (if it was inserted in the database or if it was successfully inserted).
Someone has some light to help me?
And how do you not enter the data when you load the page? http://prntscr.com/lkite9 Every time I update the page it inserts blank data into the database in addition to getting these errors...
– Fabio