PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
OK so i am trying to do the following: I am having an issue with the inarray. I want to say if $col = computername and is not in $excluded array do this.
I am getting a parse error on the in_array if line. Any ideas?