Checking if a value is in array

It is possible to use in_array method to check if a value is in array or not. This method will return true if a value is in array and false if it is not.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator