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....?? Link to comment https://forums.phpfreaks.com/topic/19090-concern-re-processing/ 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. Link to comment https://forums.phpfreaks.com/topic/19090-concern-re-processing/#findComment-82598 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.