Click here to Skip to main content
15,909,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In php the result is JSON format (its getting from my sql), issue is if the record set is below 1000 getting the result if i use limit in my sql query. Table has 6000 rows with 34 columns. If Query result is > 1000 the php is not showing any result or error. i don't know the error with server side settings or not..please help
Posted

1 solution

You might be running out of some limits either on php or on apache side. Take a look here: https://www.devside.net/wamp-server/apache-and-php-limits-and-timeouts[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900