I have this viewpage for the record from the recipe table then i have another table recipe_ingrediens that i have included as a master data relation to recipe table
When displaying the details for a record from recipe, then i want to be able to add/delete elements to the recipe_ingrediens table seamlessly, so that the user will stay on the viewpage for the detailed recipe record.
Any smart way of accomplishing this?
If anyone can teach me how to do this, and perhaps a few other things - i am open to pay a little for your service
Forgive me my noobness.... I'm still learning, and have started development of a small chocolate production database.
For this i have created a multi user database app, where users can register some common things, as well as some individual things like what molds they have in their personal stock.
For that i have created tables for all personal things, and having a field for user_id in these tables. When i create my formular for the molds add page, i have a hidden field where i want the session user_id to be the value.