Back | Reverse |

Trouble with simple form
Link | by ayamari on 2005-02-26 20:14:42
Even though I took perl Im a bit lazy and just want to send an email of a submitted form to me. The page of the form is at HERE


see my art site!!! Opens up in a new window!

Re: Trouble with simple form
Link | by gendou on 2005-02-26 23:00:13
you cannot do this with HMTL because the code is being executed on the remote computer. you will need to use POST to gather the arguments with PHP or Perl or something, then build and send the email. i recommend PHP if you have it. if you would like some example code, i could provide it in either language.


Re: Trouble with simple form
Link | by ayamari on 2005-02-27 09:07:29
actually Perl would be better since i studied it one semester. but ill post a new message if i need you to provide code. i should stop being lazy and try to build something myself again !!! Thankyou!


see my art site!!! Opens up in a new window!

Re: Trouble with simple form
Link | by gendou on 2005-02-27 13:28:07
for sending email using perl, you can use one of the custome modules (see here) or you can form the SMTP commands yourself, which is fun and educational. to read a great SMTP tutorial, go here.


Re: Trouble with simple form
Link | by ayamari on 2005-02-28 11:26:47
thank you very helpful!

see my art site!!! Opens up in a new window!

Back | Reverse |

Copyright 2000-2024 Gendou | Terms of Use | Page loaded in 0.0024 seconds at 2024-12-27 14:29:28