ok thanks all.. gettin there.. One last thing...
If there is allready data in that feild then I do not want it to insert more in to the setup script... incase the lamer runs it more than once ... if there a way i can do that through an if else statment??
here is the code so far....
<?php
if ($submit == "Setup")
{
$query = "insert into main
(content) values
('$request')"
;
mysql_query($query) or
die (mysql_error());
?>
index.php prepared for custom MOTD ... <font color=white>[<font color=green>OK</font>]</font>
<?php
}
else
{
include("failed.php");
}
ANY help at all well accepted .. thanks in advance