Hi, I'm a dummy and need some help. Is there some way I can generate a link in a php page that when clicked runs a declared php function?
Here is what I've been trying to do so far (this is probably laughable):
to generate the link -
<?php
print "a href=phpscript:declared_function(argument)>Link_Text</a>"
?>
the function I declared in a php script which I placed inside <head></head>
told you it was laughable, please HELP! 🙂