prova così
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") {
//manca la riga di connessione
$connessione = mysql_connect($host,$dbuser,$dbpass);
mysql_select_db("$dbname", $connessione);
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!!!";
}
//intanto manca anche questo
mysql_close();
?>
<?
$host="62.149.150.18"; // MySQL Host
$dbuser="Sql25737"; // MySQL User
$dbname="Sql25737_1"; // MySQL database Name
$dbpass="********"; // MySQL Password
?>
sperando che il tuo SQL sia giusto