BlackWolf
Grünschnabel
hallo ich habe hier ein kleines/großes problem und zwar möchte ich eine variable aus einem script mit einem dorp down feld übergeben.
kann mir da einer weiter helfen?
Code:
<form method="POST" action="download_download.php?id=$dldata[id]&url=$url">
<p style="margin-top: 0; margin-bottom: 0">
<select size="1" name="mirrors">
<option selected value="download_download.php?id=$dldata[id]&url=$url"><?php echo $mirrorsview; ?></option>
</select><input type="submit" value="Download" name="download"></p>
</form>