how do i execute php functions through a link? or is it possible to execute a function with an onclick function or some thing
function myfunction() { blah blah blah }
how do i execute this
you could always just link the user to a php that contains the function in it.
That is, unless you want this to act fast like javaScript, in which case i would suggest you just use javaScript.