Nice little addon
test.html:
<form action="title.php" method="post">
Enter your name: <input type="content" cols="1" rows="10"
<input type="submit" value="Submit" name="Submit"
</form>
Title.php
<?
$title = $_POST[content];
?>
<title><? echo $title; ?></title>



Reply With Quote


