Need Help In PHP Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tezzo
Forum Newbie
Posts: 1
Joined: Mon Feb 03, 2014 12:26 am

Need Help In PHP Form

Post 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
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Need Help In PHP Form

Post 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
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply