I want to include a contact form on a site I'm working on. Instead of the form loading whatever email client the user has, and requiring them to go through the extra step (assuming their computer is setup so it opens up their email) of emailing it, I'd like to just use a formmail script.
I was curious as to what everyones favorite free formmail script is? I've never used one before, so I don't know what to look for.. Since I don't know PHP/Perl etc, I can't really make my own.
Thanks in advance.
6 replies to this topic
#1
Posted 12 April 2011 - 04:22 PM
|
|
|
#2
Posted 15 April 2011 - 03:02 PM
oh i was going to ultimatley suggest using PHP this one i found easier to understand...
#3
Posted 15 April 2011 - 05:49 PM
Generally, these aren't hard to write on your own. I've got an example of sending email through PHP in one of my tutorials.
#4
Posted 15 April 2011 - 10:36 PM
Yes, some online that you may find can be riddled with insecure practises that may be generally unwanted on your website, it is not too hard to write a more custom one on your own in only a few lines of PHP.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#5
Posted 16 April 2011 - 10:26 AM
Yeah, I wouldn't mind writing my own, but I don't know any PHP, or how it works in relation with everything else.
I'll check out your tutorial though WP, as I do plan on learning PHP (at least some basics) at some point. right now I've just got too much going on with school taking JavaScript, Java, and a database design class..
I was hoping to take a course on PHP if they offer it this fall.
Thanks for the replies everyone..
-root
I'll check out your tutorial though WP, as I do plan on learning PHP (at least some basics) at some point. right now I've just got too much going on with school taking JavaScript, Java, and a database design class..
I was hoping to take a course on PHP if they offer it this fall.
Thanks for the replies everyone..
-root
#6
Posted 19 April 2011 - 07:04 AM
Open : PhpFormMail.php in your favorite HTML editor & edit away. Its HTML surrounded with PHP code this time BUT you do not need to worry about the PHP code too much - just try to edit these sections without moving them around too much.
#7
Posted 19 April 2011 - 02:43 PM
i suggest not using an online one, but perfecting one for yourself. You can start by using the online script as an example, but try to lock it down so that it can't be hacked out for mail bombing
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account



Back to top









