this form allows the user to choose:
-Categories
-SubCategories
-A Price Range
or input:
- Search Keywords
- Search Location
when the user presses the submit button,
content displayed from another .PHP file is updated.
Is there a way for me to split a form like this, up into different php files for each function of the form. For example, one .PHP file for categories, subcategories, search keywords, etc...