[PHP] Re: Reuse MySQL prepared statement

2008-09-29 Thread Nathaniel Hall
I have figured out the problem. While I was resetting the first query and not closing it, I was closing the second query. That kept any subsequent queries from running. Thanks Jack! -- Nathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Reuse MySQL prepared statement

2008-09-29 Thread Nathaniel Hall
Nathaniel Hall wrote: > Lastly, the only time I receive error messages is when I use > mysqli_stmt::close. I should probably note that the error messages I receive when using mysqli_stmt::close are related to the statement handle being removed. -- PHP General Mailing List (http://www.php.net/)