I am having trouble with a MySQL join query - unfortunately I am not too good with joins.
Table page_section: ------------------- id page_id name display_ord
Try this:
Select page_section_id.* from page_section_id natural join page_section WHERE page_section_id IN (1,2,3,4,5) order by page_section_id.display_order