Posted by shimmyshack on 09/10/07 09:34
On Sep 10, 4:45 am, John <John_nos...@nnnnnnnnn.nowhere> 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.
[Back to original message]
|