Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top