1054 - Unknown column 'js' in 'where clause'

SELECT product_id, p.catID, subID, title, content, p.image, category FROM products AS p, poduct_cat AS pc WHERE product_id = js AND p.catID = pc.catID

[TEP STOP]