There are words that I have determined. How can I prevent the user from typing words other than those I have specified? in the textarea
example :
$cv= array("job","personel","human","hello", "system","hobby","my life");
I set words in this way, if the user writes something other than these words, the screen should give an error.