PHP Error Message

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

User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

First question: You need to include those files. I take it you have downloaded Swift mailer!?

Second question: Nope, the first one is who the email is to, the second is who the email is from
herbie497
Forum Newbie
Posts: 17
Joined: Tue Aug 01, 2006 4:36 am

Post by herbie497 »

1st: yes downloaded that..

2nd: how do i know their email? wont i have to get php to get it for me?
how do i do that?
herbie497
Forum Newbie
Posts: 17
Joined: Tue Aug 01, 2006 4:36 am

Post by herbie497 »

ok, the codes are not working for me! could you give me a code that,

Checks all fields for data
First Name
Last Name
Email address
Gender
Age
Instrument(s) played
Where you live
Any Comments
Joins First and Last name together (for the next bit)

Displays a message saying
Thank you $name, an email will be sent to $email

Sends the data to an email
Post Reply