Hey guys..
Just thought I would post this for I have spend several days doing this and finally found an answer.
What i needed to do was call a php function by clicking a link on a page. Simple right?? wrong.. Everyone on here says to everyone that it can not be done... when if fact "it can".
here is how i did it.
---html code
and in my php script i had an if statment with this
if($_POST['Event']==true)Function();
which then went excuted the Function within that script.
Feel free to shoot that up