<?php
if (isset($_POST['textarea_name'])) {
// XML dosyası oluştur
file_put_contents('sitemap.xml', $_POST['textarea_name']);
}
?>