|
yes, but let's clear things up. are you talking about displaying a recipe across 2 pages? my example was just to show that any page you want can include that header and footer.
your recipes would be prime for a php/mysql setup. learning php isn't entirely bad, it just takes a little energy. the benefit is that you would only have to design your recipe viewer page once, and then you could load up any recipe from a database using that exact same code. if you wanted to spread a single recipe across 2 pages, yes, that is possible too. you just need to organize your database accordingly.
when you decide if you want to just do php files for each recipe, or database the recipes, or even if you want to use php at all, let me know and i can point you in the right direction for the next step.
|