HIer genau die Codes:
Fomrular BSP:
[code:1:43d3843d3f]<SELECT NAME="ignore_boards" size="10" multiple class="input">
<OPTION value="2">Test Kategorie 1</option><OPTION value="1">-- Test forum 1</option><OPTION value="3">-- Test Forum 2</option><OPTION value="4">Test Kategorie 2</option><OPTION value="6">-- Test Forum 4</option><OPTION value="7">---- UNterforum 1</option><OPTION value="5">-- Test Forum 3</option>
</SELECT>[/code:1:43d3843d3f]
ok? Also der php code:
[code:1:43d3843d3f]$getrennt = implode(",", $_POST["ignore_boards"]);[/code:1:43d3843d3f]
Geht nich. Weiß einer wieso? $getrennt ist leer.
Fomrular BSP:
[code:1:43d3843d3f]<SELECT NAME="ignore_boards" size="10" multiple class="input">
<OPTION value="2">Test Kategorie 1</option><OPTION value="1">-- Test forum 1</option><OPTION value="3">-- Test Forum 2</option><OPTION value="4">Test Kategorie 2</option><OPTION value="6">-- Test Forum 4</option><OPTION value="7">---- UNterforum 1</option><OPTION value="5">-- Test Forum 3</option>
</SELECT>[/code:1:43d3843d3f]
ok? Also der php code:
[code:1:43d3843d3f]$getrennt = implode(",", $_POST["ignore_boards"]);[/code:1:43d3843d3f]
Geht nich. Weiß einer wieso? $getrennt ist leer.
Kommentar