Reading html form data to a database

Hey all, just in the process of adding some functionality to my Survey website. Is there a section in the curriculum that would best focus on pulling user data from HTML forms to a DB?

Not possible just with html/js and a database.

You need a server here too. You need to start coding a server someday using a language like Swift, php, etc… and then go for that persisting user data on database.