This comment is hidden because it contains spoiler information about the solution
In PHP, you don't need to group the if parameters into groups with the &&. PHP does get lazy in that once it encounters a false for one, it will skip the rest.
not bad. probably don't want to implode the array with each check
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
In PHP, you don't need to group the if parameters into groups with the &&. PHP does get lazy in that once it encounters a false for one, it will skip the rest.
not bad. probably don't want to implode the array with each check