I was wondering what the best way would be to Take the following variables and Group them together Into Sectioned variables?
IE $UNblock Or PWBlock.
<?
if ((($FirstName == '')
or ($zip=='' or $zip==" ")
or ($Username == "" Or $Username == " ")
or (!eregi("[a-z0-9._]",$Username)
or (eregi($forbidden,$Username)
or ($UNLenth < 3) and ($UNLenth > 0)
or ($year=="Year")
or ($year=='')
or ($month=='')
or ($day=='')
OR ($Password == "" or $Password == " ")
or ($Password2 == "" or $Password2 == " ")
or ($Password <> $Password2)
or ($PWLenth < 6)))
or (!eregi("[a-z0-9]+",$Password))
or ($hintq == '')
or ($hinta == '')
or ($hintq == $hinta)
or ($HALenth < 5 and $HALenth > 0))) {
?>