Comments
Relex on August 27th, 2010 at 9:37 am #
An easy way would be making a HTML like this: Subject: And the PHP script (name it mail.php) like this: *PLEASE NOTE: This is unstable, it’s not protected against viruses, scams etc. etc., and it’s therefor vulnerable, but you should kinda get the giest of what it is.. Hope this helped!
Macadameane on August 29th, 2010 at 7:12 am #
A php example from w3schools. Just put it in a php file. If the form has been filled out, the mailing (top portion) is executed. Otherwise, it shows the mailing form. Other code can be put before the form for the rest of the page. Be sure to name your file whatever you put into the bit. As mentioned in Relex’s post, this simple form won’t protect you against form hackers. A computer can look for forms and cause them to send you unwanted mail:
✞☠ Ron ☠✞ on August 30th, 2010 at 5:38 am #
The easy way… Basic Client-Side Mailto: Form: : name mailto – Web-based email Form Handler: The “hard” way… Use a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent “mailto:” action to get the form info sent to you. Your current hosting package MUST allow SMTP ( ) to work. Otherwise, no email can be sent. Use any of the below sites to make the workable form you need: For making forms: These are really good online form makers. Just follow the instructions for making it and uploading file(s). Ron Post a comment
|
|
|
|
|
||