阻止用户,如果用户在x分钟内点击按钮的时间 [英] block user , if user click on button number of time in x minute

查看:55
本文介绍了阻止用户,如果用户在x分钟内点击按钮的时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的网站上,用户有多次点击提交按钮,我收到了2000个同一用户的电子邮件。



你可以指导我如何解决这个问题问题,表示用户点击x分钟的时间。

in my website, a user have click submit button numerous time, and i got 2000 email for same user.

can you guide me to how to solve this issue, means if user click on number of time in x minute.

推荐答案

在你的数据库中创建一个表

列:



Userid e_mail_time

1 10:00:00

1 10:30:00

2 10:45:00

In your db create a table
columns:

Userid e_mail_time
1 10:00:00
1 10:30:00
2 10:45:00
Quote:

将Userid设为fk-到您的用户表

Make Userid as fk-to your user table





1.始终在表格中插入新行

用户发送电子邮件。

2 。在发送电子邮件之前查询上表并检查用户在一段时间间隔内发送的电子邮件的数量



1.Insert a new row to the table all the time
user send a email.
2.Before sending email query the above table and check x no of
email send by the user in between a time interval

这篇关于阻止用户,如果用户在x分钟内点击按钮的时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆