This is a discussion on "About sending form-data to an email address" within the Web Page Design section. This forum, and the thread "About sending form-data to an email address are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
About sending form-data to an email address
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Why is sending form-data (via a typical html form) to an email address insecure, or less secure; and conversely, why is sending form-data online (to a database held on the host server) more secure?
Is this simply down to SSL, or is it more than this? Also, is it possible to send form-data to an email address securely? |
|
|
|
|||
|
Re: About sending form-data to an email address
Great - so providing that the server uses SSL, I could have form data sent to an email fairly securely. Many thanks for that.
If I use the 'post' submission method (I take it, this is as opposed to the 'get' methode) and send the form/form-data through a PHP script, should I have the PHP code/script embedded in the html page itself within PHP tags, or should the script be a standalone .php file? In either case (sorry to ask all these questions), what do I put in the form's action-field? |
|
|||
|
Re: About sending form-data to an email address
If your using post method php does encrypt data on transfer.
You can embed the php into the form itself and set the action to itsself. For example if you have form.php which the user fills in you can put.
|
![]() |
| Tags |
| sending, formdata, email, address |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sending Form Data to E-mail Address | Fools Gold | Starting Out | 4 | Dec 23rd, 2007 14:16 |
| PHP email form not sending email | Kurt | PHP Forum | 1 | Oct 12th, 2007 04:26 |
| Sending database record ID as a membership number t an email address | frinkky | PHP Forum | 3 | Nov 30th, 2006 02:45 |
| When a form is sent as email, how do I get an address in the from heading? | Barça | PHP Forum | 15 | Jun 11th, 2006 22:00 |
| Send form details to an email address...please help! | newbie44 | JavaScript Forum | 4 | Oct 2nd, 2005 08:45 |