Right i need some help. I have made a script for an admin area to update site content. but i cant get it to save, any ideas on wot to put in settings1.php?
Heres page to edit script
<?php require("config.php"); ?>
<html>
<body><form action=settings1.php method=post>
<div align="center">
<p><strong><font color="#FF0000" size="6">Please select a page to edit</font></strong></p>
<BR><BR><textarea name=bottom rows=15 cols=90><?php echo"$test"; ?></textarea>
<p><strong><font color="#FF0000" size="6"><input type=submit value=Save></font></strong></p>
</div>
</body>
</html>
==============================================
Config.php containing $test
<?php
$test="<html><body bgcolor=black text=ff0000 link=ff0000 vlink=ff0000 alink=ff0000>
<img src="top.jpg"> TEST - DOES THIS WORK?
";
$bottom="
<img src="logo.gif"></body></html>
";
==============================================
But i cant get it to save, wot write text will i need to place in settings1.php? i am stuck please help