Hi
I have a Web page with a single link, I want that when I click the link, it goes to a PhP Script.
So I have set
<a href="test.php"> Object </a>
Now how can I get the text "Object" in my PhP Script ?
In general, I know that PhP script can get the form elements, when a form is submitted. But My problem is different. The link is not a formelement.
How to get the text of the link ?
Any help/suggestions will be appreciated.
thanks
jalal.