Ok, this probably isn't done with php but I figured I'll ask here anyway since everyone is such great help here.
What I want to do is make a page update once an option is selected. To be more specific, I am making a page to add accounts with the option of business or residential. Once one of those options is selected, I want the next line to change. So say I click Business, the next line would auto update into an input for business name. And if I click Residential, the next line would be an input for first name, then an input for last name.
I know this is easy to do for some of you, I'm just not sure where to start looking. I figured its probably java but I couldn't find anything about doing this.
Thanks in advance.