Form Page Redirect - PHP
Hi,
Attached is a mock up of the Home Recipes Page on the site I'm building. When a user clicks on one of the categories (Desserts, Drinks, etc), I want them to be able to go to the Main Page for that category, on which will appear the recipes that have already been posted by them or someone else. Also on the Main Page, I want them to be able to click on a button that takes them to a page on which they can enter a recipe. There are four fields on the Enter Page: Recipe Title, Ingredients, Preparation, Serves How Many.
1. For the Enter Page (in the process of building this one), should I name that something like enterDesserts?
2. For the Main Page, should I name it something like postedDesserts?
2.a. Will I have to create a container div on the main page for each of the four fields on the enter page? How do I ensure that the information entered into the fields shows up in the proper divs?
3. For all the redirection that's needed between the pages, what's the best way to go?
I know there are plenty of Form Tutorials, but I've not yet found one that deals with what I'm trying to do.
Thank you!

