+ 1
Cómo puedo ejecutar una función PHP al pulsar un enlace si ja?
Quiero que ejecute un código php antes o después que el enlace se abra en otra página, al apretarlo, pero sin usar Javascript
2 odpowiedzi
0
Hi,
It is not possible to execute a function after rendering the page without JavaScript. PHP is only rendered from the server. But you can run the function from this other page.
+ 1
Y si abro el enlace en otra ventana y mi código en el que está el enlace sigue corriendo?