Page 1 of 1

Need Help In PHP Form

Posted: Mon Feb 03, 2014 12:32 am
by tezzo
I got 2 problems

1) I am not able to insert a code for file upload in the below code link

2) In other type of form (with different textfields).i have a text (it is like a disclaimer) in the html form which i want it in email too.



http://codejaw.com/vedbp

Re: Need Help In PHP Form

Posted: Sat Feb 08, 2014 2:16 pm
by social_experiment
tezzo wrote:1) I am not able to insert a code for file upload in the below code link
please paste this code here
tezzo wrote:2) In other type of form (with different textfields).i have a text (it is like a disclaimer) in the html form which i want it in email too.
assign it to a variable and include that variable in your email message

function.mail
have a look at example #4 for a better understanding