Quote:
Originally Posted by sarettah
What fields are in your table? The Recipes table we were working with before had the fields 'recipeid', 'title', 'method' and 'ingredients' in it.
It now has RecipeName, RecipeDescription and Author also?
|
Yes, they got added a few days back, so it contains the original ones plus those additional columns.
Quote:
If so then you need to pull those fields like you pulled the other fields from the table. You did that by calling for a result by id.
|
That just gets put at the top of the page still correct?
Quote:
What does the entire .php file look like right now?
|
As posted above or, do you mean the full code incl html for the recipes.php page?