This is a discussion on "Comment Box" within the Web Page Design section. This forum, and the thread "Comment Box are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Comment Box
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Comment Box
How do I put a comment box that contacts someone by e-mail on a website?
|
|
|
|
|||
|
Re: Comment Box
Read up on using forms and their elements.
How you send the email depends on what features your hosting provides. The best way to do it is through php or some other scripting language but you can just invoke the users default email client. |
|
||||
|
Re: Comment Box
PHP is indeed the best. This may be a little overkill, but it's nice:
http://phpmailer.sourceforge.net/ If you're just going to use it to email yourself, this way (the link below) will work, but oftentimes emails end up your junk folder, so make sure to put the "from" header in the whitelist. http://us2.php.net/manual/en/function.mail.php |
![]() |
| Tags |
| help |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Comment Box In JavaScript? | kela | JavaScript Forum | 2 | Feb 14th, 2008 08:36 |
| how to create a comment page? | kool77 | Web Page Design | 5 | Jun 24th, 2007 08:26 |
| Comment the Logo | Superman | Graphics and 3D | 3 | Apr 6th, 2007 18:59 |
| Comment form | jonbenitos | Web Page Design | 4 | Jul 25th, 2006 00:06 |
| comment | accessman | Databases | 3 | Sep 19th, 2005 10:36 |