lonewolf217 Posted March 27, 2009 Share Posted March 27, 2009 I basically took the tutorial in the sticky here and pasted it into my test site. I then updated the backend page to take the input from the username field and "onkeyup" it will run a basic query to return results from a small database. The issue I am having is that even though the database is really small and returns few results, every time i press a key it sits on "LOADING..." for several seconds. I dont understand why it would be so slow though, on my live site when I do a query to return a bunch of results for display it comes up almost immidiately. Is there something wrong with the stickied sample, or would it be a setup issue ? Quote Link to comment Share on other sites More sharing options...
lonewolf217 Posted March 30, 2009 Author Share Posted March 30, 2009 nevermind, i finally found the problem was something unrelated in my php.ini file Quote Link to comment Share on other sites More sharing options...
arnyinc Posted April 21, 2009 Share Posted April 21, 2009 Just out of curiosity, what setting was causing the problem? I have a similar issue and this might help me. Quote Link to comment Share on other sites More sharing options...
lonewolf217 Posted April 23, 2009 Author Share Posted April 23, 2009 I had multiple database types enabled instead of just mssql. Once i commented out the extras it solved my issue Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.