RJ Herrick wrote:
Am I correct in thinking that I need to clean up attributes like {mysql_insertid}if I want to ensure that they are specific to my current call?

You do want to clear some things, like locks or AutoCommit settings, at the end of a request if you're fiddling with them. I don't think this is true for mysql_insertid though. I suspect it will just get cleared when the insert fails.

This should be easy to test.  Care to try it, and report back to us?

- Perrin

Reply via email to