What is a "slider" and "show hide box"? It sounds like you are talking about user interface components that go on a webpage, in which case that is usually more in the domain of HTML, CSS and clientside scripting as with Javascript than PHP. If PHP is involved, it will likely be for the logic to determine what user interface components should be placed on the page, and perhaps printing the clientside code.