changing value of php variable

hello
I wanted to change the value of a php variable when a user clicks on an anchor
Does anyone knows how to do this without using javascript?
Thanks in advance

Do you want to change the value BEFORE you submit a page?

If so you have to use Javascript. PHP is for SERVER SIDE Processing and thus the page must be submitted to change variables.

Sponsor our Newsletter | Privacy Policy | Terms of Service