|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Please take a look at http://www.screamingv.com/php/moreinfo.html and submit the form. This php script was constructed from a tutorial on DevShed. Everything works fine, emails are sent, and the information is added to the datbase as it is supposed to be. However, mysql gives this error:
Warning: MySQL: Unable to save result set in /home/screamingv/public_html/php/email.php on line 52 Line 52 is: $result = MYSQL_QUERY($query); Any insight into this problem would be much appreciated! |
|
#2
|
|||
|
|||
|
I believe that indicates a failure to allocate enough memory to store the result set. It happens when you are returning a large result and have a low setting for memory_limit in php.ini (default is 8MB). Try increasing the limit if you can. If not, you might have to do something about the size of your result set....
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > odd mysql warning |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|