문제

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