Is it possible to load MySQL data into JavaScript array?
I want to do this as I want to use a javascript autocomplete function for a textbox. The problem is I need to load all the mySQL data into a JavaScript array.
I have the code working using a listbox (load all my MySQL data into a listbox), however it just seems to slow. I'm assuming if they are in an Array, they will be a lot quicker.
Is this possible?
Thanx