I\'m trying to run the following PHP script to do a simple database query:
$db_host = \"localhost\"; $db_name = \"showfinder\"; $username = \"user\"; $passwo
Easiest workaround is Just change the table name and all column names to lowercase and your issue will be resolved.
For example:
Table_Name
table_name
ColumnName
columnname