select r.reviews_id, r.reviews_rating, p.products_id, p.products_image, pd.products_name from reviews r, TABLE_REVIEWS_DESCRIPTION rd, bags_products p, bags_products_description pd where p.products_status = '1' and p.products_id = r.products_id and r.reviews_id = rd.reviews_id and rd.languages_id = '2' and p.products_id = pd.products_id and pd.language_id = '2' order by r.reviews_id DESC limit 10
[TEP STOP]
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0