I will not post code on the question because I do not know the beginning. I have an HTML page and I want to know if it is possible, with PHP to invoke click action, etc., on selectors for example .classe#id
.
Example:
<body>
<button id='go'>Meu botão 1</button>
<button id='ex'>Meu botão 2</button>
</body>
In an external PHP it is possible to request the button#go
or button#ex
? If so, how?