- Impact
- 19
What code would this be? I want some code to be executed if someone clicks on a certain link. So it would be something like
$x = 0
if (someone clicks on this link);
{
$x = $x +1;
}
echo "$x";
Basically, if someone clicks, the number goes up.
I was told this could be done easily with javascript. Can someone help me by giving me this javascript code?
Thanks.
$x = 0
if (someone clicks on this link);
{
$x = $x +1;
}
echo "$x";
Basically, if someone clicks, the number goes up.
I was told this could be done easily with javascript. Can someone help me by giving me this javascript code?
Thanks.







