hallo
ich habe folgendes script:
	
ich will mit ?id=  den inhalt der auswahl  über geben.
wie mache ich das?
danke
					ich habe folgendes script:
PHP Code:
	
	
<SELECT onChange="window.location.replace('index.php?id=')" name="verzeichnis" style="width: 100%;">
<option></option>
<?show_all_files("$start_ortner")?> 
</SELECT>
wie mache ich das?
danke
          
Comment