My gallery.php contains the following:
Code:
$photo_query=$vbulletin->db->query_read("SELECT userid FROM photo-gallery.photos");
When trying to exect the file through cron I get the following error message:
Invalid SQL:
SELECT userid FROM photo-gallery.photos;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-gallery.photos' at line 1
Error Number : 1064
It's almost as if the PHP doesn't like the '-' in my database name. Anyway to fix this?