Form Help
am 10.09.2007 05:45:57 von John
Hello,
I have a contact form at the bottom of my html page.
name:
phone:
email address:
as well as check boxes etc.
I know that I need a php mail script and I have downloaded some.
However, I need to know how to create or edit the php file so that it
will send everything in my custom form to me.
Any help would be appreciated.
Thanks!
John
Re: Form Help
am 10.09.2007 07:37:13 von Lammi
On 10 Sep., 05:45, John wrote:
> Hello,
>
> I have a contact form at the bottom of my html page.
>
> name:
>
> phone:
>
> email address:
>
> as well as check boxes etc.
>
> I know that I need a php mail script and I have downloaded some.
> However, I need to know how to create or edit the php file so that it
> will send everything in my custom form to me.
>
> Any help would be appreciated.
>
> Thanks!
>
> John
hi john,
your php depends on your html-form. usually it's very easy.
post your form and get some useful hints.
lorenz
Re: Form Help
am 10.09.2007 11:34:46 von shimmyshack
On Sep 10, 4:45 am, John wrote:
> Hello,
>
> I have a contact form at the bottom of my html page.
>
> name:
>
> phone:
>
> email address:
>
> as well as check boxes etc.
>
> I know that I need a php mail script and I have downloaded some.
> However, I need to know how to create or edit the php file so that it
> will send everything in my custom form to me.
>
> Any help would be appreciated.
>
> Thanks!
>
> John
usually you download a script only to find its simple because its
insecure and allows people to send to whomever, even if you edit it. I
would recommend you download a class like phpmailer and take a look at
examples of sending using that. It aint hard but do ask for advice
before you take it live or you will likely become the latest victim of
the DIYASAP mentality that plagues php.
Re: Form Help
am 10.09.2007 22:43:12 von Hans-Peter Sauer
> I have a contact form at the bottom of my html page.
>
>
> name:
>
> phone:
>
> email address:
>
>
> as well as check boxes etc.
>
>
>
> I know that I need a php mail script and I have downloaded some.
> However, I need to know how to create or edit the php file so that it
> will send everything in my custom form to me.
>
You could download the www.outerlimitsfan.co.uk website and do a
cut-n-paste of the 2 contact pages .
--
(c) The Amazing Krustov