I'm trying to code a dynamic form that shows more options when a selection has been made without actually submitting the form. Can I use 'isset' or should I try to somehow hide/unhide them.. or..
well, any help is appreciated 🙂
Javascript would be a better language to do this in. PHP can't do anything to a page once it's been sent to the browser, it can only send new pages in response to browser requests.