I am trying to do something that I’m not sure it’s possible.
At the moment, http://tvitni.brownfolder.com redirects you to another page.
What I want is, after the redirect, the third button (at the bottom) to be clicked automatically.
Is this possible to be done with PHP ?
Thanks in advance…
PHP cannot perform client-side actions such as clicking a button. You can use JavaScript to do this, but you need to be able to modify the resulting page to do this.