php form send to email
I am reviewing your php email form code. You have validation code, send email code and form coding. Does it matter what order the php code is in? My thought is that the validation code should proceed the form code then the send to email code. I appreciate the help.