Is there a way to, using php, automatically click different buttons according to input from a text file?
e.g. there are 5 buttons in a webpage, numbered 1-5. if the text file contains the number 1, then the script will automatically click button #1 and so on
thanks for your help, im a real noob at this.