hiiii....
well i told that ,,,i m using shared web hosting,,,and control panel is not provided with that,,,i m just using php script just like that,,,,,
<?php
$sql[]="create database xxxxx_database";
$host = "hostname";
$user = "username";
$dbpassword = "password";
$connection = mysql_connect($host, $user, $dbpassword) or die("Cannot Connected With Database");
mysql_select_db("cpv_database", $connection) or die("Database is not selected");
for($i=0;$i<count($sql);$i++)
{
$result = mysql_query($sql[$i]) or die('<li>$sql :'.$sql[$i].mysql_error());
echo '<li>'.$i.'sql to run -->:'.$sql[$i].'<br />';
}
........
and run on the server ,,,and i got that damn warning again and againn.... >...