2
Basically I have no experience with html, php or javascrip and I’m trying to turn myself into what you ask me here. The problem is this:
I have to make a registration page where the user selects a base year and if the record exists in the data group (postgres) it fills the fields with the data to update, and if it does not exist the fields remain empty to add the record. They are annual parameters, so we can already conclude that you can only have one registration per year. OBS.: Everything via Post.
I already have the code that makes the connection with the BD, only include where you need, and I also have a slight notion of sql commands, it is not so difficult. I really wanted an orientation, I have no idea what to research or where to start looking. I don’t want codes or anything (unless it’s for example, it helps a little), I really wanted to know what I need to learn to be able to do this, even because it is a very general doubt.