PHP: Is this possible?

Chris B

New member
Is it possible to have a onClick or link trigger a PHP function?
For example,
<button onClick="<? thisfunction() ?>" />
That would be my guess if it is possible.
 
Back
Top