Jeg har en latterlig udbyder der ikke understøtter formmail. Derfor har jeg forsøgt at lave det i PHP. Men det virker ikke. Jeg modtager ikke nogen mails. Hvad gør jeg forkert? Jeg aner ikke noget som helst om PHP så der skal nok være et eller andet fuldstændigt åndsvagt jeg har gjort galt. Please help! KH Hanne
Mit script ser således ud:
<form method="post" action="formmail.php">
<table width="700" border="0" cellspacing="0" cellpadding="0" height="600">
<tr>
<td height="35" width="261">Dit navn:<br>
</td>
<td height="35" width="437">
<input type=hidden name="subject" value="subject">
<select name="multi_field[]" size="1" multiple>
<option>Christina</option>
<option>Hanne</option>
<option>Henriette</option>
<option>Karina</option>
<option>Kitt</option>
<option>Lene</option>
<option>Maria</option>
<option>Marion</option>
<option>Pia</option>
<option>Sussie</option>
<option selected>Therese</option>
</select>
<tr>
<td height="35" width="261">Hvad er det til:<br>
</td>
<td height="35" width="437">
<select name="multi_field[]" size="1" multiple>
<option>Min egen side</option>
<option>En andens side</option>
<option>Nyhedssiden</option>
<option>Arrangementsiden</option>
<option>Galleriet</option>
<option>Webmistress only</option>
<option>Forumsiden</option>
<option>Andet</option>
</select>
<br>
</td>
<td height="35" width="2"> </td>
</tr>
<tr>
<td height="35" width="261">Emne:</td>
<td width="437">
<input type="text" name="Emne" size="50" maxlength="80">
</td>
<td height="35" width="2"> </td>
</tr>
<tr>
<td width="261">Skriv din smøre her:</td>
<td width="437">
<textarea cols="50" rows="20"></textarea>
</td>
<td width="2"> </td>
</tr>
<tr>
<td colspan="2">
<input type="hidden" name="recipient" value="hpk.73@get2net.dk">
<input type="hidden" name="redirect" value="
http://www.kus-kus.dk/formmail.php">
<input type="submit">
<input type="reset">
</td>
<td width="2"> </td>
</tr>
<tr>
<td width="261"> </td>
<td width="437"> </td>
<td width="2"> </td>
</tr>
<tr>
<td width="261"><a href="menu01xvy_asp.php">Tilbage</a></td>
<td width="437"> </td>
<td width="2"> </td>
</tr>
</table>
</form>