$messaggio, "fontSize" => $fontSize, "lineHeight" => $lineHeight, "bold" => $bold, "color" => $color ]; file_put_contents("messaggi.txt", json_encode($data) . "\n", FILE_APPEND); } } header("Location: " . $_SERVER['PHP_SELF']); exit; } ?> Guestbook Migliorato

Guestbook Migliorato

Messaggi

' . nl2br(htmlspecialchars($data["message"])) . '
'; } } } else { echo "

Nessun messaggio ancora.

"; } ?>