Ok you people have helped before like a beast... truely great... now for more.. LOL
If there is allready data in that feild and 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?? ... Like if (data exist) ignore commands...??
what should i set as the database??? im not sure im doing the dbase right?
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 ... [OK]
<?php
}
else
{
include(\"failed.php\");
}
ANY help at all well accepted .. thanks in advance