Hi Friends,
First of all, I would like to Wish you a Happy & Christ centered Christmas to you all.

I am coding a forum to increase my knowledge.
In New Article Creation, I want to restrict if user post a thread within last 1 minute, let him or her to wait 1 minutes.
I think you can understand my problem.
How can I do it with PHP??

You'd probably want to use a session variable, that is set when a post is done (with the unix time stamp). On every post, check if these are set and if the time difference is less than 1 minute, then take whatever alternative action (a message?) that you want to take. You might want to go back to the entry page with the user input intact in case it is legitimate.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.