Sunday 2 April 2017

show admin which user clicked a particular button

I want to create interaction between users and site admin in real time so i need suggestion on how to do it. I have 3 buttons in my page, when a user clicks on one of the 3 buttons admin should know which user clicked that particular button

<html>
<body>
<input type="button" value="1" />
<input type="button" value="2" />
<input type="button" value="3" />
</body>
</html>

When a user clicks on button 1 the admin should receive the details of user who clicked the button

I'm looking for good suggestion on how to accomplish this thanks in advance.



via akhil reddy

No comments:

Post a Comment