Computer Science Canada

New To PhP : Simple Email Form ?

Author:  Civik [ Mon Oct 01, 2007 8:25 pm ]
Post subject:  New To PhP : Simple Email Form ?

I wanted to have a page so theres a drop down box someone can select a shirt size then type there email in a text box and hit submit and it will send an email to my address just including the size they chose and they're email.

Can anyone give me any idea how to do this or if theres a code already made for this point me towards it?

Author:  extort [ Tue Oct 02, 2007 12:42 pm ]
Post subject:  Re: New To PhP : Simple Email Form ?

Yes.... using the php mail() function you can send an email....

For more information on how to use it .... go here http://www.w3schools.com/php/php_mail.asp
For an example of it being used (very maliciously) go here http://www.arg.orgfree.com

Author:  VBAssassin [ Mon Jan 21, 2008 11:49 am ]
Post subject:  RE:New To PhP : Simple Email Form ?

Or how about you just go to the official page: http://uk2.php.net/manual/en/function.mail.php

Kind regards,
Scott

Author:  joaomello [ Fri Apr 18, 2008 12:11 pm ]
Post subject:  RE:New To PhP : Simple Email Form ?

I found some examples:
http://www.t4vn.net/example/showcode/Sending-HTML-email.html
http://email.about.com/cs/phpemailtips/qt/et031202.htm

Expect that it be helpful...

Mello.


: