1
I attempt to create a module and I use xoopsDB class to make queries against MySQL. The problem is that SELECT queries work ok and UPDATE (DELETE) queries do not work ok. I've found that UPDATE queries can work ok only if I try to use them in places where I handle data from forms. What should I do to make them work in general logic?