I have a mysql database, with a php form. Normally, people use the php form on my website to add to the mysql database. I have been building a firefox addon to let them use the form without visiting the site directly to add data to the mysql database. Now I am stuck...
I have the form data I want to add to the mysql database, but how can I send it to the mysql database from the addon? What's the best way to do this? Would you send it to the php form first or is there a direct way? Is it possible to go straight to mysql? The firefox addon is coded in javascript.
Thanks!