As the question says, is it possible to interact with a MySQL database created using XAMPP (like using PhpMyAdmin) without using PHP, but only Javascript / JQuery?
This is just a theoretical question, I do not want to know how to do this (but if you know this, I want to refuse your help).
However, I do not mean using Ajax to send my request to the .php page, which then will interact with the database, but will interact directly without going through PHP.
jquery ajax php mysql
tenik
source share