09-26-2017, 10:05 PM
@Mudmin
Could this be turned into an validation check? Like we have min, max, unique, could we make one called 'allowed' and then the user has to do the PHP portion of getting the domain for it to check? Or would this be more work do you think than if we wrote a PHP script and did a die() or something?
E.g. domain of value must be within the table allowed_domains?
Could this be turned into an validation check? Like we have min, max, unique, could we make one called 'allowed' and then the user has to do the PHP portion of getting the domain for it to check? Or would this be more work do you think than if we wrote a PHP script and did a die() or something?
E.g. domain of value must be within the table allowed_domains?