I'm currently working on a PHP script, and i need to check a string. If the string contains other characters than 0 1 and spaces, then i would like to return an error. If the string only contains 0 1 and spaces then continue with the code.I'm currently working on a PHP script, and i ne