i am quite new to jQuery and i cant seem to find a method to write to a database on the server on which jquery is running. Is there a sqlite plugin or similar?
I want to be able to let the user make some input, which gets processed and stored in a database. Is it possible in javascript/jQuery at all, or do I have to turn to PHP?