MySQL Forums
Forum List  »  PHP

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

I'm not sure how to tell the difference between a hang and a crash, but it's definitely not due to the size of the database. This is a trivial thing in development, so the database is truly tiny -- that table has 5-10 rows.

I think I've narrowed it down to a client side vs. server side data storage issue (see my post on 9/19 at 4:53 PM), as using the query form directly from the mysqli connection works -- unless I use the non-default argument to tell it to store the data on the server. I just don't know how to fix it or what I'm doing to put it into that state. Any clues from someone more experienced than me (and that doesn't take much) would be appreciated.

Options: ReplyQuote


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


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.