Search : in
By :

Unscrambling Recieved form data via email

Last answer on Mar 23, 2009 10:20:46 am GMT DJ, on Mar 19, 2009 11:08:40 pm GMT 
 Report this message to moderators

Hello,
I have a website that on the last page whenever you enter information and send form data it comes to my email address unreadable and scrambled. How do I edit or change html code so information coming to me is readable?

Also whenever I click on the 3rd page a window comes up saying phising website which it is not. I don't know if that comes up for customers or other computers or not.

You can view the website at www.expresscourier2.com If you would like to look at code maybe I could copy and paste and send it to you.

Best answers for « Unscrambling Recieved form data via email » in :
[Windows XP ] Transfering files via Bluetooth Show[Windows XP ] Transfering files via Bluetooth Implementation: Accessing the utility: Transferring Data Windows XP possess a interesting utility that allows you to transfer data via Bluetooth. It is very handy if you want to send...
Uploading of files ShowUploading of files Form for sending files PHP Configuration to enable upload File recovery with PHP > The PHP language allows managing files uploading through HTML form. Form for sending files The first step is to create an html...
Windows can't read my 8 GB micro SDHC ShowWindows can't read my 8 GB micro SDHC Issue Solution Source Issue Windows XP can't read my 8 GB micro SDHC. I can use it an access the 8GB from my phone and try several method to access the data via my PC. Firstly by removing the...
Download Collectorz com Music Collector ShowCollectorz com Music Collector is a program which allows you to catalog automatically your CD collection. Simply insert your CD into the player, scan its barcode or the type of artist and the title in order to download automatically all data via...
Download IncrediMail Xe ShowXe IncrediMail is a free email program that manages all your messages, communications, contact lists and transactions via email. Advantage IncrediMail lets you choose from hundreds of exciting backgrounds for your emails. After the upgrade, all...
The HTTP protocol ShowIntroduction to the HTTP protocol Since 1990 HTTP protocol (HyperText Transfer Protocol) has been the most widely used protocol on the Internet. Version 0.9 was only intended to transfer data over the Internet (in particular Web pages written in...
Base64 encoding ShowBase64 encoding The concept of Base64 encoding entails using US-ASCII (non-accented) characters to encode any sort of data in 8-bit form. Email protocols were originally designed to send messages in plain text only. But as email systems vary...
Data transmission - Analogue transmission ShowThe principles of analogue transmission Analogue data transmission consists of sending information over a physical transmission medium in the form of a wave. Data is transmitted via a carrier wave, a simple wave whose only purpose is to transport...

1

sensei.moore, on Mar 20, 2009 7:55:21 am GMT
  • +1

I'll try to find this for you i got some examples somewhere on my pc

Reply to sensei.moore

2

 peisenmann, on Mar 22, 2009 12:04:40 am GMT
  • +1

I checked out the HTML, and as far as I'm aware, you cannot do action="mailto:someaddress@somewhere.com" in your form attribute. What you'll need is some kind of server side page that processes that output. There are tons of these across the web in various languages. Check first to see if your hosting company allows CGI, Perl, or PHP scripting, then search for mail form scripts in one of those languages.

Reply to peisenmann