Thread: PHP Form Email
View Single Post
  #6 (permalink)  
Old Jan 21st, 2008, 23:26
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP Form Email

Ok
Line 12 was first error

change

PHP: Select all

array_push($invalid_fields,'email'); 

to

PHP: Select all

array_push($invalid_fields); 

Reply With Quote