It's not a really good practice to use error suppressing. It's even not a good practice to use $_REQUEST at all. Just use isset() or !empty() or whatever, don't be lazy.
And one more thing, it is a "good practice" to close parenthesis when using isset() :)