Tagged Questions

0
votes
4answers
2k views

PHP in_array not working

I am using the PHP in_array() function in order to authenticate (with sessions) if a user can access a particular page. For some reason, it is not working... PHP PAGE session_start(); ...