<?php //išgaunam config failą $file = file_get_contents(BASEDIR."config.php"); echo "<textarea class='textbox' style='width:200px;height:100px;'>".htmlspecialchars($file)."</textarea>\n"; ?>