-
Posts
357 -
Joined
-
Last visited
-
Days Won
5
Community Answers
-
qtguru's post in Checking array for a value (might be more PHP question than PW... sorry) was marked as the answer
if this is what you get "1025|1074|1026|1027" then you need to do an explode with a delimiter, which turns them into an array then you can check with the in_array function