Hello,
in my JS file I need to do a search on the DB (select * from table where condition) and store the result in an array(multidimensional)
do you have an idea how to do it ?
thank you in advance
in my JS file I need to do a search on the DB (select * from table where condition) and store the result in an array(multidimensional)
do you have an idea how to do it ?
thank you in advance
Comment