Ok i'm trying to call a function from a function using some sort of button link or something. An event handler.. but I'm doing it of course through the following php snippet.. but I can't get it to work
print "<a href='$PHP_SELF' onClick='some_func'>here</a>";
if you all have some ideas on how to do this i'm all ears..