MySQL Search Limit using PHP

Solution:
There are many ways, maybe try limiting the searches per time interval for specific ip address, create a table and store searches ips and time searched, and allow as many searches as you want.. simple and efficient..
Answer
Solution:
There is no such thing like "search overload".
There is general type of attack called "denial of service", performed by a number of simultaneous requests, to arbitrary application part. So, you have to read on DOS protection in general, as this kind of attack has nothing to do with mysql or PDO.
There is also one helpful advise:
Do solve problems on their appearance.
In other words, solve only real problems, not imaginary ones.
As long as you have no such "search overload" problem - take no counter-measures either.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: cannot set properties of undefined (setting '_dt_cellindex')
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.