Domanda

which word should I use, validate or verify when checking for errors in form fields and checking the username and password in the database? Does the word check suitable for both cases?

È stato utile?

Soluzione

If you're asking what you should name your function, you can call it whatever you want. I prefer validate, because it's more descriptive.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top