"; # Get an easier alias for the table array $editable = & $_SESSION["editable-$tab"]; # Modify the array with the new value from the editable widget $editable[$theLine][$theField] = $value; // This value goes back to the javascript editable object in the browser echo "$value"; } ?>