I'm a beginner in PHP and need some help.
I have a cadastre.html that has some fields that calls the cadastre.php that inserts the data in the database and shows the message if it was inserted successfully or not.
How do I display this message on the registration screen?
I'm trying to do this, when I click the "Register" button it goes to the cadastre.php and returns to the cadastre.html with the return message (if it was inserted in the database or if it was inserted successfully ).
Does anyone have any light to help me?