Sometimes, if you have lots of form validation rules, the pipe method - as described previously - can produce very long lines of PHP code that can run off of the page. For anyone who finds this to be an irritation, an alternative form validation syntax is possible. We call this, The Array Method.