Hey
im having a problem with arrays in forms. So i would like to ask if they actual do work on windoes servers, and if someone would give and example of how they have done it
<form>
.....
<input class=edit type=text size=30 name='group[]' value='$navn'>
</form>
...submit ->
print("TEST".$POST['group[0]']."<br>");
print("TEST".$POST['group[]']."<br>");
thanks