I have a table "users" with user record. I have another table "tasks" with information per user (userId). I want to show information in the "tasks" table based on the currently logged in user. That is to say that the logged in user will see only tasks belonging to him.
Oh wow! that was really helpful! thanks! Can I ask another question then: Lets say I have a form with lots of inputs, and I want to fill the inputs with the wizard, 2-3 inputs at a time (and perhaps there are a few connected tables). How can I first collect all the information and then post it at once?