OT:PHP webform recommendation?
Sry for the OT.
Just finished setting up my website and have created a webform. i need a
php script to be able to send the form to my email
Can anyone recommend one which is secure?
tia
date: Tue, 16 Oct 2007 14:20:58 +0100
author: Mike
|
Re: OT:PHP webform recommendation?
<uk.media.dvd>
<Mike>
<Tue, 16 Oct 2007 14:20:58 +0100>
> Sry for the OT.
> Just finished setting up my website and have created a webform. i need a
> php script to be able to send the form to my email
> Can anyone recommend one which is secure?
>
If the email address is hard coded then it could be argued it will be
reasonably secure as users wont be typing in a email address to send the
form submission to .
What you do need though is some sort of image code as that will prevent
most spammers bot submissions from getting to the php send email stage .
date: Wed, 17 Oct 2007 15:14:32 +0100
author: Krustov
|
Re: OT:PHP webform recommendation?
On Tue, 16 Oct 2007 14:20:58 +0100, "Mike" wrote:
>Sry for the OT.
>Just finished setting up my website and have created a webform. i need a
>php script to be able to send the form to my email
>Can anyone recommend one which is secure?
>tia
Ive started using this one - which seems pretty good.
http://www.emailmeform.com/
Only down side I noticed, was a whole series of URLs was blocked by
them as spam!
Works well though.
date: Thu, 18 Oct 2007 17:30:26 +0100
author: guv
|
Re: OT:PHP webform recommendation?
"Krustov" wrote in message
news:MPG.2180290af9bba6a298ade9@news.newsreader.com...
> <uk.media.dvd>
> <Mike>
> <Tue, 16 Oct 2007 14:20:58 +0100>
>
>
>> Sry for the OT.
>> Just finished setting up my website and have created a webform. i need a
>> php script to be able to send the form to my email
>> Can anyone recommend one which is secure?
>>
>
> If the email address is hard coded then it could be argued it will be
> reasonably secure as users wont be typing in a email address to send the
> form submission to .
>
> What you do need though is some sort of image code as that will prevent
> most spammers bot submissions from getting to the php send email stage .
No im after a php script to securely send a webform. My email would go into
the php code so would be hidden
date: Thu, 18 Oct 2007 19:24:07 +0100
author: Mike
|
Re: OT:PHP webform recommendation?
"guv" wrote in message
news:ke2fh3d5ji2vvq30t1d3mlcc6c5t3t1ku0@4ax.com...
> On Tue, 16 Oct 2007 14:20:58 +0100, "Mike" wrote:
>
>>Sry for the OT.
>>Just finished setting up my website and have created a webform. i need a
>>php script to be able to send the form to my email
>>Can anyone recommend one which is secure?
>>tia
>
> Ive started using this one - which seems pretty good.
>
> http://www.emailmeform.com/
>
> Only down side I noticed, was a whole series of URLs was blocked by
> them as spam!
>
> Works well though.
>
I'd prefer something i can host myself but thanks for the recommendation,
interesting idea
date: Thu, 18 Oct 2007 19:23:19 +0100
author: Mike
|
Re: OT:PHP webform recommendation?
<uk.media.dvd>
<Mike>
<Thu, 18 Oct 2007 19:24:07 +0100>
> >> Sry for the OT.
> >> Just finished setting up my website and have created a webform. i need a
> >> php script to be able to send the form to my email
> >> Can anyone recommend one which is secure?
> >>
> >
> > If the email address is hard coded then it could be argued it will be
> > reasonably secure as users wont be typing in a email address to send the
> > form submission to .
> >
> > What you do need though is some sort of image code as that will prevent
> > most spammers bot submissions from getting to the php send email stage .
>
> No im after a php script to securely send a webform. My email would go into
> the php code so would be hidden
>
You could download the www.phpimage.co.uk script but unless you say
otherwise it can only be assumed that your using linux web hosting and
not windows web hosting and as such you will need to add the chmod files
and folders stuff yourself .
Man can visit the moon - but they still need to touch their toes in
regards to linux web hosting .
And before anybody says anything to that - linux web hosting isnt any
more secure than windows web hosting is - it just takes a bit longer .
date: Thu, 18 Oct 2007 20:03:52 +0100
author: Krustov
|
Re: OT:PHP webform recommendation?
"Mike" wrote in message
news:13h9em3lh6kab08@corp.supernews.com...
> Sry for the OT.
> Just finished setting up my website and have created a webform. i need a
> php script to be able to send the form to my email
> Can anyone recommend one which is secure?
> tia
I have used this, it seems OK
http://phpformgen.sourceforge.net/
Cheers,
Rick
date: Wed, 24 Oct 2007 08:55:39 +0100
author: R D S
|