I have an html page
<html>
<head>
</head>
<body>
<form>
<div><a href="MySubmissionView.php">Number of Applications:</a></div>
<div><a href="MySubmissionView.php">Submitted Applications:</a></div>
</form>
</body>
</html>
and i have a php page 'MySubmissionView.php' for some process. in my php page how i know which link is i have clicked.?thanks in advance