Hello, Just about finished my little project i just have aedit form that i am getting errors with and cant find the problem.
Question: The edit form gets passed and id number (which is auto-increment) then the edit forms elements get the values stored in the db, so that the client can change them. Also in the edit form is a dropdown menu that has the categories in it (also populated from the db, but on a different query).
So is it wrong to nest these queries ? I have something like this
<?php ...query { ?>
html....
<?php ...query{... dropdown menu} ?>
html...
}
is this my problem?