dan9933
04-24-2012, 01:20 AM
Hi,
I am working on a javascript application that requires use of a mysql database i have made.
so what I want to be able to do is to use the values in my database in my javascript. is the best way to do this to put the data into arrays to pass to javascript? if not what is the better way?
I was thinking of making each row of the table an array with the first field as the array name. How would I go about doing that? can I do that with MYSQL_FETCH_ROW()?
Thanks a lot,
Dan
I am working on a javascript application that requires use of a mysql database i have made.
so what I want to be able to do is to use the values in my database in my javascript. is the best way to do this to put the data into arrays to pass to javascript? if not what is the better way?
I was thinking of making each row of the table an array with the first field as the array name. How would I go about doing that? can I do that with MYSQL_FETCH_ROW()?
Thanks a lot,
Dan