Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top