' . ''; ob_start(); ?>

Pole opcjonalne
Powrót do listy
const textarea = document.getElementById("content"); textarea.addEventListener("input", function() { this.style.height = "auto"; this.style.height = this.scrollHeight + "px"; }); '; require __DIR__ . '/../layout.php'; ?>