I want to check if some word already exists in a array, for example 'kijken'.
This word does not exists in the array and I want to add it.
How do I make a check if the word exists?
My array looks like this:
Array
(
[0] => vegen
[1] => veeg
)
Array
(
[0] => staan
[1] => sta
)