Hi..
I've encountered another problem, recently (it never ends, does it? :-) .. I have a page to add products to the database. Said page contains two functions (newprod() and applyprod()). newprod() is a form that is displayed if the user has not filled out the form before, else it processes the information and enters them into the database.
Of course this all worked fine before I added session handling. Now, however, if someone were to press the submit button, it just refreshes the page (i'm assuming it goes to newprod() ) although the information was entered.
I hope that was at least somewhat coherent.