error in sql query.
SELECT * FROM roster WHERE staff_id =
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 '' at line 1error in sql query.
SELECT media_id, file_name, actual_file_name, alt_tag_data, external_link, room_name, caption, content_type, record_type, media_size FROM media WHERE staff_id = AND record_type = 'picture' AND lang = 'eng'
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 'AND record_type = 'picture' AND lang = 'eng'' at line 2

team