accessing link attributes..
Posted: Fri Mar 14, 2008 12:13 am
consider following html code :
<html>
<body>
<p>
<a href="topic.php"&username value="sachin">
</a>
</body>
</html>
</p>
how do i access this $username variable in topic.php
<html>
<body>
<p>
<a href="topic.php"&username value="sachin">
</a>
</body>
</html>
</p>
how do i access this $username variable in topic.php