# JS
codice HTML:
function addModerator() {
    document.getElementById("moderator").innerHTML += "<input type="text" name="moderator[]">";
}
# PHP
Notice: Undefined index: moderator in includes/actions/manageForum.php on line 327

Ovviamente le altre variabili post le assegna correttamente.