Levan Posted August 30, 2006 Share Posted August 30, 2006 Okay this is basically a server overhead question.I have a client database which I access using php.On one particular page I have php creating javascript which dynamically allows a formfield to be autofilled. The autofill options are created based clients...eg. If you name was Smith, Joe. As the person inputing type S it would show all S clients, then Sm just clients last names beggining with Sm...etc...At the moment my test database has 3 clients...(keeps it simple)However anyone hazard a guess at the effect on server overhead/processing, and client side processing on the javascript if the database say had around 10000 clients....is this unreasonable....?? Quote Link to comment Share on other sites More sharing options...
fenway Posted August 30, 2006 Share Posted August 30, 2006 This is standard AJAX stuff... shouldn't be an 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.