I'm working in a third-party platform that doesn't allow PHP but I still need to submit information from a form into a database. So I need a way to submit data to the database without PHP.
Is this possible? Is there another route I could take for storing the information?
I've read a couple other posts but couldn't see a clear answer. This was the closest thing to what I'm trying to achieve I could think of... but not a route I can take. Directly accessing server database via Ajax (without PHP or some other intermediate)