says it not connected when it is.
Posted: Wed Dec 18, 2002 7:30 pm
Ok, Im making a multi-user blog script (its here) and i am trying to make things a little easier by making a function that would print a specific blog. Now, the function works fine when I test it by itself, but when i use it in a script and then try to do other MySQL querries it gives me the error
Warning: Access denied for user: 'ODBC@127.0.0.1' (Using password: NO) in d:\program files\apache group\apache\htdocs\nlblog\view.php on line 200
Warning: MySQL Connection Failed: Access denied for user: 'ODBC@127.0.0.1' (Using password: NO) in d:\program files\apache group\apache\htdocs\nlblog\view.php on line 200
Warning: MySQL: A link to the server could not be established in d:\program files\apache group\apache\htdocs\nlblog\view.php on line 200
cant get list of comments. 13
when earlier in the script i connected and executed sevearl queries. what could be doing this?
Warning: Access denied for user: 'ODBC@127.0.0.1' (Using password: NO) in d:\program files\apache group\apache\htdocs\nlblog\view.php on line 200
Warning: MySQL Connection Failed: Access denied for user: 'ODBC@127.0.0.1' (Using password: NO) in d:\program files\apache group\apache\htdocs\nlblog\view.php on line 200
Warning: MySQL: A link to the server could not be established in d:\program files\apache group\apache\htdocs\nlblog\view.php on line 200
cant get list of comments. 13
when earlier in the script i connected and executed sevearl queries. what could be doing this?