Hyperlink Button Clicked

Actually i do have two php pages with having hyperlink as “Follow”

  1. userprofile.php-------“Follow”
  2. performance.php------“Follow”

I want when user clicks any one of page “Follow” link then

  1. Text of the link should change as “unfollow” on both pages
  2. And The link should start working on unfollow code

if you want this to work across pages your best bet are sessions
http://us1.php.net/manual/en/features.sessions.php

show some existing code to work with, what you are asking is definitely possible but the answer would vary depending on what you have.

Sponsor our Newsletter | Privacy Policy | Terms of Service