hello,
something strange has happend...
I have this:
$cnex = mysql_connect($host,$user,$pass);
mysql_select_db($database);
$firstResult=mysql_query($insert_query);
and it works.
few lines below i have another insert query:
$secondRresult=mysql_query($insert_query_two);
and this one gives me the
"Access denied for user: 'ODBC@127.0.0.1' (Using password: NO) " error...
any ideas?