質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top