Warning: mysqli::query() [mysqli.query]: Couldn't fetch mysqli in /home/kaseberg/public_html/players.php on line 54
Warning: mysqli::query() [mysqli.query]: Couldn't fetch mysqli in /home/kaseberg/public_html/players.php on line 84
Warning: mysqli::query() [mysqli.query]: Couldn't fetch mysqli in /home/kaseberg/public_html/players.php on line 101
Warning: mysqli::query() [mysqli.query]: Couldn't fetch mysqli in /home/kaseberg/public_html/players.php on line 113
Warning: mysqli::close() [mysqli.close]: Couldn't fetch mysqli in /home/kaseberg/public_html/players.php on line 125
When I view these line numbers in Dreamweaver, all are the same:
Code: Select all
$result=$db->query($query);Code: Select all
@ $db=new mysqli('host', 'uname', 'pass', 'dbName');What gives. I'm running out of hair to pull!
Thanks in advance -
sleepydad