MySQLi rs Query
I'm running into a problem with MySQLi code that works perfectly when testing with Wampserver using PHP 5.2.5 and MySQL 5.0.37. However, when I FTP the same exact code to my hosting provider I get a SQL error in the MySQLi code between lines 25-28 of my attached program. My hosting provider is using PHP 5.4 and MySQL 5.1.73. I called my provider for help and I'm not feeling good about their support.


My best guess is that the connection information is wrong for the live database. There is no reason why it wouldn't work on that server version.
