SQL Backed data?
Status: Alpha
Brought to you by:
valmont
Hi, This looks like a great tool, but I am not sure
how to replace the sample_date.js file with input from
a SQL Database. I like the way everything works, but
the list of the words I want to do the auto-complete
is stored in the database...
Thanks,
-Roman
Logged In: YES
user_id=326671
I would start by using somethig like PHP to pull a list from
the mySQL database and dynamically build the array then
write it to the .js file as often as required - are you
talking about a list of ites that is updated once a week or
a list of keywords that needs to be generated on the fly
each time ?
Bill
Im exactly in the same situation, I love this tool, but, I need to populate using my DB. I can not use a file (js) because in my application for each user I have, I need to show different data, so if 2 users are connected in the same time they should see different information