dagon;10922435 wrote:do you call the function fn1() ?
Yes, I do. I have also tried putting one of the functions inside fn1() , and it works, but not if I put both of them! So I took them out because
1- it is easier to have smaller functions that do distinct chores
2- it helps me fix things faster
Is it possibly because I have the same connection and query twice?