I sent the following mysql query and got an error:( SELECT ad_id, text_extra, life FROM help_wanted WHERE ad_id in(@id_set)
It prints correctly as: SELECT ad_id, text_extra, life FROM help_wanted WHERE ad_id in(20 19 14) but the whole idea doesn't work; what am I missing? Mariusz