I am in the process of developing a website for my company . So far I've finished the page, but I can't get any further with one function. You have to enter your personnel number on the and then your name and surname should be filled in automatically (from a database). I already have a rough idea, do you perhaps have a tip on how best to implement this?
I would have given the entered number through the database and checked for a match, but how do I get the php script to run automatically after entering the number and not reload the whole form? Or is this approach totally wrong