MySQL Forums
Forum List  »  PHP

Re: SELECT stopping PHP script execution
Posted by: Sam Southard
Date: September 22, 2014 08:59AM

I never get to the mysqli_store_result -- nothing after the execute() call executes. Not just no SQL code will -- nothing. Even an echo "hello world"; statement has no effect.

But I do think it's related to a store_result type thing -- see my response to one of your earlier kind suggestions, in my post on 9/19 at 4:53 PM. When I use the mysqli::query() form with the default option to have the data brought to the client it works. When I use the mysqli::query form with the non-default option to have the data stored on the server it fails in the same manner.

So I've isolated the issue somewhat, but I'm not experienced enough to have that lead me to what I did to cause it, and what to do differently to avoid or fix the issue.

Options: ReplyQuote


Subject
Written By
Posted
Re: SELECT stopping PHP script execution
September 22, 2014 08:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.