HTML Form Help
#1
Posted 12 August 2009 - 04:14 PM
#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”
|
|
|
#2
Guest_Jordan_*
Posted 12 August 2009 - 04:41 PM
Guest_Jordan_*
<form action="mailto:you@email.com">....</form>
#3
Posted 12 August 2009 - 04:53 PM
Jordan said:
<form action="mailto:you@email.com">....</form>
Yes, J-Man I know this method but that brings up an outlook doc, if the user has outlook up and running,I should've elaborated, I mean I would like to do it just by them clicking submit then showing them a page saying thank you for your form, blah blah blah.
you know?
#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”
#4
Guest_Jordan_*
Posted 12 August 2009 - 05:51 PM
Guest_Jordan_*
#5
Posted 12 August 2009 - 06:02 PM
#6
Posted 12 August 2009 - 06:43 PM
If so May I get an elaboration of it, if not both methods mentioned please?
:D
#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”
#7
Posted 12 August 2009 - 08:22 PM
action="mailto:you@email.com"dangerous? I would never post a critical email address directly in html--one word, spam. If you have access to PHP, you can use the
#8
Posted 13 August 2009 - 10:40 AM
#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”
#9
Posted 13 August 2009 - 12:47 PM
#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”
#10
Posted 13 August 2009 - 01:00 PM
#11
Posted 13 August 2009 - 01:28 PM
jpiche said:
Thank you J for the help, still need some more learning though.
=+Rep-:-Ped though!
#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”
#12
Guest_Jordan_*
Posted 13 August 2009 - 02:58 PM
Guest_Jordan_*
<?php $to = 'nobody@example.com'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?>


Sign In
Create Account


Back to top









