Posted by Jeff on 03/19/07 22:52
Get rid of the @ in front of the $db = new mysqli( ...
That is suppressing any errors on that line of code. Then it should
show you in your browser what the error is and then we can help you
further.
Also, you can include $Database as the 4th parameter in your mysqli
constructor to connect to that specific database.
Navigation:
[Reply to this message]
|