Hi, I'm kind of noob in PHP...
I make several selects to a table, then I make one update and several selects again on the table...
The update seems to not commit, but if I put $sql->commit(); my execution of program dies there (like exit() or die())...
What should I do?
Thanks,
Telmo Cardoso
I make several selects to a table, then I make one update and several selects again on the table...
The update seems to not commit, but if I put $sql->commit(); my execution of program dies there (like exit() or die())...
What should I do?
Thanks,
Telmo Cardoso