Forum Moderators: open
how do I check if a value is in an array?
(yes I DID google first)
like php: in_array($value, $array_name)
thanks for the link, but basically what the script does is loop throught the array to see if value is present, I only need this for a little something so I will just loop the thing on the page.
thanks for reply.
solved.