How do I auto-complete forms with PHP?

-2

How to create a script to fill out forms, paste text, everything automatically?

There is a site where you have login and password, I want the script to log in automatically and then post it as needed with the text I have pre-defined, and login and password are also pre-defined.

What should I study to do this?

Note: I want to make a script that does this with who to register. So it can not be a plugin.

    
asked by anonymous 11.03.2014 / 14:31

1 answer

3

One option is to create a script, which sends a POST to the form you are filling in every day.

You can leave everything already filled in and just run this script every day.

But why do not you try to do this through the browser? I think it's even easier for us developers.

I have already used these two programs to fill out forms automatically, see if any are useful.

For Firefox: Web Developer Toolbar

ForChrome: iMacros for Chrome

Did you respond?

    
11.03.2014 / 14:44