0
how can i use a jquery variable in sql query ??
i have a variable val in which i have a php variable value is saved, now i wanted to use this jquery variable value in sql query how can i do it is there any way ?
2 Réponses
+ 1
//you have to pass that variable using http with ajax and use it on php
0
ok it worked