This has been driving me crazy the past few days. I wrote a program to run and puts the results into a JavaScript Object. After the results are collected, the object is sent over an ajax request to be saved on the server. Everytime I send the results to be saved I only see that 1000 items from the results were saved.
I checked php.ini file and it has enough memory to send the object (over 8MB for both post_max_size …