I am trying to figure out the best way to accomplish this task.  I have one file that 
performs a certain amount of functions based on a user link choice.  All the links 
point to the same document.  I know I need a control structure that reads what link 
was read but Im not sure how to do this.  

for ex.
<a href = "this.php">First Link</a>
<a href= "this.php">Second Link</a>

Im cant figure out how to read "First Link" in php so that I can execute the needed 
function.  Has anyone accomplished this?

Thanks so much in advance,

-Dan

Reply via email to