altisdesign
Technical User
Hi,
I have a MySQL table containing the unique ids of various members and their details. I need this table to be accessible to client side scripting (Javascript in this case). There is only two fields that I need to be able to access, the unique identifier and then their name, so that this can be loaded when required by Javascript. I assume I would have to do some kind of multi dimensional array, populating it when the page is loaded from the database using ASP. I can write the ASP statments to retrieve the data, but then once I have it in javascript would I for example be able to look up the name by searching for the unique id within the database. Is this possible?
Many Thanks in Advance
-Altis Design
I have a MySQL table containing the unique ids of various members and their details. I need this table to be accessible to client side scripting (Javascript in this case). There is only two fields that I need to be able to access, the unique identifier and then their name, so that this can be loaded when required by Javascript. I assume I would have to do some kind of multi dimensional array, populating it when the page is loaded from the database using ASP. I can write the ASP statments to retrieve the data, but then once I have it in javascript would I for example be able to look up the name by searching for the unique id within the database. Is this possible?
Many Thanks in Advance
-Altis Design