How can I create a script that automates tasks using php?

Willy

New member
I am currently using a program called AutoIt to automatically click on the Next button for this Traffic Exchange site that I use. However, I want to make a more advanced script that will work better for me. Is this possible with PHP? Do I need a program as well to run it? How can I get started?

Basically the script needs to know when the timer has counted down and the words "Next Site" show up, then it will click on Next Site. This will be looped forever.

Also, the web browser I will be using is Firefox or Google Chrome (not sure if this matters).
 
If you're using Firefox, then this should be doable with Greasemonkey.
https://addons.mozilla.org/en-US/firefox/addon/748

Writing Greasemonkey scripts is really easy, provided that you're at all familiar with JavaScript and so forth.

PHP is not what you want.
 
Back
Top