You can achieve that with a basic form : index.php: <?php if ($_POST) // If form was submited... { $text = $_POST["mytextarea"]; // Get it ...
確定! 回上一頁