This topic is locked

How do disable ajax

11/21/2007 2:03:56 AM
PHPRunner General questions
D
dipesh author

Hello all, i have connected to large database with millions of data in it. Now the problem is when i type in search field ajax is making typing difficult by requesting large number of data. How can i disable the AJAX in search page.
dipesh

J
Jane 11/21/2007

Hi,
to disable Ajax open generated include/dbcommon.php file, find and change these lines:

$useAJAX = true;

$suggestAllContent = true;