hey
can you tell me what is wrong with this script please i keep getting "unexpected ) on line 18"
thanks
dx3k
can you tell me what is wrong with this script please i keep getting "unexpected ) on line 18"
PHP:
<?
include('sqlinfo.php');
$connect = mysql_connect($host, $account, $password);
$db = mysql_select_db("dx3k_logger)"; <<<< this is line 18
$query = "INSERT INTO ip VALUES (''$ip");
?>
thanks
dx3k














