If I have three MySQL tables: Post PostCategory Category whereby Post and Category have a MANY to MANY relationship, how would I incorporate ability to select multiple categories from the Post form? and then validate the form and save the data into Post and the appropiate data into PostCategory?
Furthermore, ive already set up the the relationships in the active records model.
Thanks.