se intendi l'install

codice:
<? include "config.php"; ?>
<html><head><title>Install File</title></head>
<body bgcolor="#FFFFFF">
<font face="Verdana" size="2" color="Black">

<center>Installation




<?
if ($step == "") {

echo "Welcome to the Ultimate News Install file, click here";

}

elseif ($step == "3") {

mysql_select_db("$dbname");
mysql_query("CREATE TABLE `news` (`newsid` TINYINT AUTO_INCREMENT, `title` TEXT NOT NULL, `story` TEXT NOT NULL, `user` TEXT NOT NULL, `date` TEXT NOT NULL , PRIMARY KEY (`newsid`)) comment = 'Created by Alex Humberstone';") or die(mysql_error());
echo "Ultimate News has now been installed!

Please delete install.php now!!!";

}

?>