Hi there, I have a script which uses (lets say) 25 Queries in Loops. I want to prepare them all at the beginning of the script instead of doing something stupid like preparing them in the mainloop.
My question is, how can I do this? Do I need 25 statementhandles? Or do I use prepare_cached() to cache them in this case? Thx, B.
