Database error: Invalid SQL: SELECT t.id, t.id_category, t.name, t.cname, t.email, t.image1, t.descr1, t.type1, t.image2, t.descr2, t.type2, t.image3, t.descr3, t.type3, DATE_FORMAT(date_add, '%e %b %Y') AS date_add, t.approved, c.name AS category_name, c.id AS category_id FROM tips t, category_tips c WHERE t.id= AND t.id_category=c.id
MySQL Error: 1064 (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 t.id_category=c.id' at line 1)
Session halted.