$db = mysql_connect(hostname,username,password);
mysql_select_db(db_name,$db);
produces the error "invalid mysql link-identifer" or something to that tune. The same happens in mysql_query("query",$db);
All the params were correct, and I'm certain itts connecting because it seems to work without specifying to link-id as a var. Celia
mysql_select_db(db_name,$db);
produces the error "invalid mysql link-identifer" or something to that tune. The same happens in mysql_query("query",$db);
All the params were correct, and I'm certain itts connecting because it seems to work without specifying to link-id as a var. Celia