PDA

Click to See Complete Forum and Search --> : e-mailing text


Little Ant
Jun 30th, 2002, 06:31 AM
I have made a text box, and I have the button to mail it, I just can't seem to figure out the code to actually send the text!
if you could help me I would be very greatful.
Thanks
Anthony

cpradio
Jun 30th, 2002, 07:53 AM
Well you have two options:

1) Use a server-side script to email it to you ( a lot safer )
2) Using the following format for your <form> tag:
<form method="post" action="mailto:your@email.here" enctype="text/plain">