Forum Moderators: coopster
i have a relational table of page URLs and advert IDs.
i have an admin back office where i use a multiple select form to choose which ads to display on which pages.
currently i delete all page records for the advert in question and then reinsert all the new page/advert relations.
however, there must be an easier way!
is there some cool subselect-multiple-conditional-insert type command to do all this in one go?
i am sure most of you have come across this situation, i would really appreciate some other opinions - my way seems so clumsy.
thanks a lot!