+ 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 Answers
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?