Fatal 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 '' at line 3
select sms_sms.s_id, sms_sms.s_name, sms_sms.c_id, sms_sms.e_id, sms_sms.e_view, sms_sms.s_dummy,
sms_users.u_id, sms_users.u_image from sms_sms
left join sms_users on (sms_sms.u_id=sms_users.u_id) where sms_sms.e_view > 0 and sms_sms.e_id= in /home/byteshel/public_html/mysmsbook/include/database.php on line 38