Is it possible to submit a form with a script?
I know it must be because these days there are tons of forms that ask you to fill in numbers. But what script can do this anyway? How is it done using PHP, Javascript or jQuery... ajax?
For example. I am uploading images and info about products on a website. I am wondering if I have to mannually go to the website or if I can submit different info from my database. Make sense?