il codice
dovresti correggerlo inCodice PHP:<select name="users" onChange="mostraInfo(this.value)">
Codice PHP:<select name="users" onChange="mostraInfo(this.options[this.selectedItem].value)">
il codice
dovresti correggerlo inCodice PHP:<select name="users" onChange="mostraInfo(this.value)">
Codice PHP:<select name="users" onChange="mostraInfo(this.options[this.selectedItem].value)">