Posted by mo on 11/25/05 22:56
hi..
I wrote something like this:
<div class="inner">
<form id=rightlogon name=rightlogon action="mailto:maila@mail.com"
method="post">
<SELECT name=wyboor>
<OPTION value=wybierz selected>choose city</OPTION>
<OPTION value=ny>NY</OPTION>
<OPTION value=la>LA</OPTION>
</SELECT>
<div id="loginform">
<label for="usermail">your email</label><br />
<input tabindex="1" class="text" id="username" name="username"
type="text" /><br />
<label for="send">send the mess</label><br />
<input tabindex="2" class=text name=text /><br />
<input tabindex="3" type="image" src="img/wyslij.gif" align=right
name=sru />
</div>
</form>
</div>
I'd like to use this form to send a seperate email message to (depend on the
city, which has a different email address) NY and LA...
how to do this in php?
please give me a hand!
thank you up front.
m.
Navigation:
[Reply to this message]
|