thanks,
but i don't have PHP yet. And it costs me extra money, so i try to solve it differently.
I have a CGI-script i got from my server. It is a form. My question, can i use this kind of script for passing variables from flash to the script which automatically will generate en e-mail message? And how would the flash-actionscript code look like?
thanks in advance
Terrender
FORM ACTION="http://www.mydomain.nl/cgi-bin/formmail.cgi" METHOD="POST"
ENCTYPE="application/x-www-form-urlencoded">
<INPUT NAME="recipient" TYPE="HIDDEN" VALUE="
[email protected]">
<INPUT NAME="subject" TYPE="HIDDEN" VALUE="subscribe to mailing list">
<INPUT NAME="redirect" TYPE="HIDDEN" VALUE="http://www.username.mydomain.nl/nextpage.html">
Naam:<BR><INPUT TYPE="text" NAME="realname" SIZE="30"><BR>
e-mail address:<BR><INPUT TYPE="text" NAME="email" SIZE="30"><BR>
message:<BR><TEXTAREA COLS=30 NAME="message" ROWS=5></TEXTAREA> <BR>
<INPUT TYPE="submit" VALUE="Submit">
<INPUT TYPE="reset" VALUE="Reset">
</FORM>