A
Anonymous
Guest
I get the following message:
Warning: mail() expects at most 5 parameters
I know what it means, but how do I get my code to allow more than 5 fields?
This is my send mail code section
elseif (mail($email,$subject,$from,$name,$arrival_day,$arrival_month,$arrival_year,$departure_day,$departure_month,$departure_year,$message))
Thanks Ian
Warning: mail() expects at most 5 parameters
I know what it means, but how do I get my code to allow more than 5 fields?
This is my send mail code section
elseif (mail($email,$subject,$from,$name,$arrival_day,$arrival_month,$arrival_year,$departure_day,$departure_month,$departure_year,$message))
Thanks Ian