Hi,
PHP would be used to load the data - for the select boxes but javascript would be needed to hide / show items on the page!
just google for dhtml. You will need to learn javascript to do it.
The to hide an element just use:
document.getElementById('the_elements_id ').style.display = 'none';