Newest questions tagged javascript - Stack Overflow
How to run a PHP JS Query? [duplicate]
I got this code, and wondering. After this stringify:ing, I'm wondering how to directly (in JS) insert a PHP INSERT INTO-query?? function register() { JSON.stringify({username}) JSON.stringify({password}) // Here I'd li
View original source