Hi,
I have done this:
if ($ownerofteam != $username || $captain1 != $username || $captain2 != $username || $captain3 != $username || $captain4 != $username){
// something
}else{
// something
}
But it is not working, have I set the if statment up correctly with the OR operators in .. not to sure if this is how to do it
Thanks