select box – values from SQL/other tables
-
Hello!
I want to fill an event registration form with a select box filled from another table:
SELECT wpposts.post_title
FROM wp_posts as wpposts, wp_ai1ec_events AS wpevents, wp_term_relationships as wpterms
WHERE wpevents.post_id = wpposts.ID and wpterms.object_id = wpposts.ID AND wpterms.term_taxonomy_id = 152Is this possible?
Best regards, Jens
The topic ‘select box – values from SQL/other tables’ is closed to new replies.