Query: SELECT `Watch`.`id`, `Watch`.`member_id`, `Watch`.`movie_id`, `Movie`.`id`, `Movie`.`section_id`, `Movie`.`movie_name`, `Movie`.`description`, `Movie`.`location`, `Movie`.`small_image`, `Movie`.`big_image`, `Movie`.`views`, `Movie`.`last_viewed`, `Movie`.`sort_order`, `Movie`.`front`, `Movie`.`rtmp_streamer`, `Movie`.`rtmp_file` FROM `tamil_watches` AS `Watch` LEFT JOIN `tamil_movies` AS `Movie` ON (`Watch`.`movie_id` = `Movie`.`id`) WHERE movie_id= AND member_id = 0

Query: SELECT `Movie`.`id`, `Movie`.`section_id`, `Movie`.`movie_name`, `Movie`.`description`, `Movie`.`location`, `Movie`.`small_image`, `Movie`.`big_image`, `Movie`.`views`, `Movie`.`last_viewed`, `Movie`.`sort_order`, `Movie`.`front`, `Movie`.`rtmp_streamer`, `Movie`.`rtmp_file`, `Section`.`id`, `Section`.`type_id`, `Section`.`section_name`, `Section`.`description`, `Section`.`url`, `Section`.`own_link`, `Section`.`sort_order`, `Rtmplink`.`id`, `Rtmplink`.`links` FROM `tamil_movies` AS `Movie` LEFT JOIN `tamil_sections` AS `Section` ON (`Movie`.`section_id` = `Section`.`id`) LEFT JOIN `tamil_rtmplinks` AS `Rtmplink` ON (`Movie`.`rtmp_streamer` = `Rtmplink`.`id`) WHERE `Movie`.`section_id` = ORDER BY `Movie`.`id` DESC LIMIT 120