I'm doing a simple javascript application. It involves several items in different tables stored using MYSQL.
The user has to choose an item from a table. Based on his choice he can choose a second item from another table, then a third item from a third table based on his former choices, and continues on the same pattern.
I just have one simple problem that I don't know a simple method to import tables from MYSQL into javascript arrays!!
Any ideas of how to do that?!