I need to prevent a user to create any input containing any quotes or brackets
if(strpos($str, \'"\') !== false || strpos($str, "\'") !