以下の同じスニペットに別の条件を追加するにはどうすればよいですか?$ variable = $ variableである「OR」条件を追加する必要がありますか?
if ( stripos($userallowed, $sid) !== false ) {
echo("allowed");
} else {
echo("not allowed");
die();
}
以下の同じスニペットに別の条件を追加するにはどうすればよいですか?$ variable = $ variableである「OR」条件を追加する必要がありますか?
if ( stripos($userallowed, $sid) !== false ) {
echo("allowed");
} else {
echo("not allowed");
die();
}